X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/715dee2d0ed8c8f1e5da6e8e2f035b2d551d3ef0..refs/pull/3693/head:/tests/Entity/SearchOptionsTest.php diff --git a/tests/Entity/SearchOptionsTest.php b/tests/Entity/SearchOptionsTest.php index 727db5533..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); } }