This commit is contained in:
Oliver Davies 2017-11-04 00:32:39 +00:00
parent 654457beee
commit 77ab5d9f9b
3 changed files with 56 additions and 2 deletions

View file

@ -56,8 +56,7 @@ class FilterTest extends \PHPUnit_Framework_TestCase
// Ensure that we can set multiple from addresses.
$this->assertEquals(
['from' => ['foo@example.com', 'bar@example.com']],
$this->filter
->from('foo@example.com', 'bar@example.com')
$this->filter->from('foo@example.com', 'bar@example.com')
->getProperties()
);
}