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.
2 parents b872c70 + 8910778 commit 31d731aCopy full SHA for 31d731a
tests/Unit/Traits/Helpers/SearchHelpersTest.php
@@ -204,7 +204,6 @@ public function test_can_get_search_term_with_trim(): void
204
$this->assertSame('Bob', $this->basicTable->getSearch());
205
$this->basicTable->setSearch(' Bill ');
206
$this->assertSame('Bill', $this->basicTable->getSearch());
207
-
208
}
209
210
public function test_can_get_search_term_without_trim(): void
@@ -214,6 +213,5 @@ public function test_can_get_search_term_without_trim(): void
214
213
$this->assertSame('Ben ', $this->basicTable->getSearch());
215
$this->basicTable->setSearch(' Baz ');
216
$this->assertSame(' Baz ', $this->basicTable->getSearch());
217
218
219
0 commit comments