mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-03 20:25:33 +01:00
parent
65aa4f6ecb
commit
1ce1139008
1 changed files with 2 additions and 4 deletions
|
@ -17,12 +17,10 @@ class AddressesTest extends TestCase
|
|||
*/
|
||||
public function testLoad()
|
||||
{
|
||||
$expected = [
|
||||
$this->assertEquals([
|
||||
'foo@example.com',
|
||||
'bar@example.com'
|
||||
];
|
||||
|
||||
$this->assertEquals($expected, FakeAddresses::load());
|
||||
], FakeAddresses::load());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue