Skip to content

Commit 55f0a0f

Browse files
authored
wip
1 parent e2bf10a commit 55f0a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SushiTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public function it_runs_method_after_migration_when_defined()
188188
* */
189189
function sushi_models_can_relate_to_models_in_regular_sqlite_databases()
190190
{
191-
if (trait_exists(HandlesAnnotations::class)) {
191+
if (! trait_exists(HandlesAnnotations::class)) {
192192
$this->markTestSkipped('Requires HandlesAnnotation trait to define sqlite connection using PHPUnit annotation');
193193
}
194194

0 commit comments

Comments
 (0)