mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-05 05:05:32 +01:00
wip
This commit is contained in:
parent
654457beee
commit
77ab5d9f9b
3 changed files with 56 additions and 2 deletions
|
@ -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()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue