We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64eb3bf commit abf97e7Copy full SHA for abf97e7
tests/Traits/Core/QueryStrings/QueryStringForSearchTest.php
@@ -84,6 +84,6 @@ public function configure(): void
84
$mock->boot();
85
86
$this->assertSame('table-search', $mock->getQueryStringAliasForSearch());
87
- $this->assertTrue($this->hasQueryStringAliasForSearch());
+ $this->assertTrue($mock->hasQueryStringAliasForSearch());
88
}
89
0 commit comments