mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-04 04:35:33 +01:00
Hide filters
This commit is contained in:
parent
b2eefdb7ab
commit
761eba6203
2 changed files with 11 additions and 11 deletions
|
@ -18,12 +18,7 @@ class BuilderTest extends TestCase
|
|||
->star()
|
||||
->important();
|
||||
|
||||
$builder = new Builder([
|
||||
$filterA->getProperties(),
|
||||
$filterB->getProperties(),
|
||||
]);
|
||||
|
||||
$result = $builder->build();
|
||||
$result = new Builder([$filterA, $filterB]);
|
||||
|
||||
$expected = "<?xml version='1.0' encoding='UTF-8'?>";
|
||||
$expected .= "<feed xmlns='http://www.w3.org/2005/Atom' xmlns:apps='http://schemas.google.com/apps/2006'>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue