File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/Traits/Core/QueryStrings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,8 @@ public function configure(): void
8282
8383 $ mock ->configure ();
8484 $ mock ->boot ();
85-
85+
8686 $ this ->assertSame ('table-search ' , $ mock ->getQueryStringAliasForSearch ());
87- $ this ->assertFalse ($ mock ->hasQueryStringAliasForSearch ());
8887 }
8988
9089 public function test_can_change_default_search_query_string_alias (): void
@@ -102,6 +101,7 @@ public function configure(): void
102101 $ mock ->configure ();
103102 $ mock ->boot ();
104103
104+ $ this ->assertFalse ($ mock ->hasQueryStringAliasForSearch ());
105105 $ this ->assertSame ('table-search ' , $ mock ->getQueryStringAliasForSearch ());
106106 $ mock ->setQueryStringAliasForSearch ('pet-search ' );
107107 $ this ->assertSame ('pet-search ' , $ mock ->getQueryStringAliasForSearch ());
You can’t perform that action at this time.
0 commit comments