mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-03-13 05:26:57 +00:00
parent
65aa4f6ecb
commit
1ce1139008
|
@ -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…
Reference in a new issue