mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-04 12:45:34 +01:00
Add ability to filter by mailing list
This commit is contained in:
parent
cac162c264
commit
5a0489c61e
3 changed files with 26 additions and 0 deletions
|
@ -134,6 +134,17 @@ class FilterTest extends TestCase
|
|||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers ::list
|
||||
*/
|
||||
public function testList()
|
||||
{
|
||||
$this->assertEquals(
|
||||
['hasTheWord' => 'list:foobar'],
|
||||
$this->filter->list('foobar')->toArray()
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers ::excludeChats
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue