Skip to content

Commit 3095de0

Browse files
committed
MA-1084 #time 5m fixed test and updated composer.lock
1 parent 1124aaa commit 3095de0

File tree

2 files changed

+2
-256
lines changed

2 files changed

+2
-256
lines changed

composer.lock

Lines changed: 1 addition & 255 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/unit/SendGridCompatibiility/EmailTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function testSetHtml() {
102102
* @expectedExceptionMessage Adding categories is not yet supported
103103
*/
104104
public function testAddCategory() {
105-
$this->email->addCategory($value);
105+
$this->email->addCategory('');
106106
}
107107

108108
/**

0 commit comments

Comments
 (0)