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 77fd531 commit c5744dfCopy full SHA for c5744df
tests/Models/MediumTest.php
@@ -60,11 +60,6 @@ public function test_a_medium_has_search_query_scope(): void
60
$query->toSql()
61
);
62
$this->assertSame(['%test%'], $query->getBindings());
63
-
64
- $this->assertSame(
65
- 'select * from "root_media"',
66
- Medium::query()->search()->toSql()
67
- );
68
}
69
70
public function test_a_medium_has_type_query_scope(): void
0 commit comments