Skip to content

Commit 4d9087f

Browse files
committed
Fix CS.
1 parent 87d5926 commit 4d9087f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase/Queue/Task/EmailTaskTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function testRunArrayEmailComplex() {
104104
$transportConfig = $debugEmail->getTransport()->getConfig();
105105
$this->assertSame('Debug', $transportConfig['className']);
106106

107-
$this->assertSame(['[email protected]' =>'Your Name'], $debugEmail->getTo());
107+
$this->assertSame(['[email protected]' => 'Your Name'], $debugEmail->getTo());
108108
$this->assertSame($settings['cc'][0], $debugEmail->getCc());
109109
}
110110

0 commit comments

Comments
 (0)