X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b8e2d75014c89c9e345c3f940ec8743bd158df67..refs/pull/3698/head:/tests/Entity/SearchOptionsTest.php diff --git a/tests/Entity/SearchOptionsTest.php b/tests/Entity/SearchOptionsTest.php index c9e116523..cac9c67f1 100644 --- a/tests/Entity/SearchOptionsTest.php +++ b/tests/Entity/SearchOptionsTest.php @@ -1,6 +1,8 @@ -searches = ['cat']; $options->exacts = ['dog']; $options->tags = ['tag=good']; @@ -36,8 +38,8 @@ class SearchOptionsTest extends TestCase $this->assertEquals([ 'is_tree' => '', - 'name' => 'dan', - 'cat' => 'happy', + 'name' => 'dan', + 'cat' => 'happy', ], $opts->filters); } }