mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-06 05:25:33 +01:00
Generated filters can be expanded
This commit is contained in:
parent
b123dcf079
commit
4c00155956
4 changed files with 34 additions and 9 deletions
|
@ -20,7 +20,7 @@ class BuilderTest extends TestCase
|
|||
->star()
|
||||
->important();
|
||||
|
||||
$result = new Builder([$filterA, $filterB], '', false);
|
||||
$result = new Builder([$filterA, $filterB], '', false, true);
|
||||
|
||||
$expected = <<<EOF
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue