X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/a6633642232efd164d4708967ab59e498fbff896..refs/pull/3593/head:/tests/Entity/SearchOptionsTest.php diff --git a/tests/Entity/SearchOptionsTest.php b/tests/Entity/SearchOptionsTest.php index c9e116523..25a0ae720 100644 --- a/tests/Entity/SearchOptionsTest.php +++ b/tests/Entity/SearchOptionsTest.php @@ -1,4 +1,6 @@ -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); } }