Skip to content

Commit

Permalink
Test Case
Browse files Browse the repository at this point in the history
  • Loading branch information
IonutBurlacu committed Sep 22, 2017
1 parent 5540569 commit 31ed2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Network/Email/CakeEmailTest.php
Expand Up @@ -276,7 +276,7 @@ public function testTo() {
$this->assertSame($expected, $this->CakeEmail->to());

$this->CakeEmail->to('cake@cake_php.org', 'CakePHPUnderscore');
$expected = array('cake@cake_php.org', 'CakePHPUnderscore');
$expected = array('cake@cake_php.org' => 'CakePHPUnderscore');
$this->assertSame($expected, $this->CakeEmail->to());

$list = array(
Expand Down

0 comments on commit 31ed2d5

Please sign in to comment.