Hide filters

This commit is contained in:
Oliver Davies 2017-12-30 13:42:23 +00:00
parent b2eefdb7ab
commit 761eba6203
2 changed files with 11 additions and 11 deletions

View file

@ -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'>";