Skip to content

Commit abf97e7

Browse files
authored
Swap back to Mock
1 parent 64eb3bf commit abf97e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Traits/Core/QueryStrings/QueryStringForSearchTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ public function configure(): void
8484
$mock->boot();
8585

8686
$this->assertSame('table-search', $mock->getQueryStringAliasForSearch());
87-
$this->assertTrue($this->hasQueryStringAliasForSearch());
87+
$this->assertTrue($mock->hasQueryStringAliasForSearch());
8888
}
8989
}

0 commit comments

Comments
 (0)