We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bf10a commit 55f0a0fCopy full SHA for 55f0a0f
tests/SushiTest.php
@@ -188,7 +188,7 @@ public function it_runs_method_after_migration_when_defined()
188
* */
189
function sushi_models_can_relate_to_models_in_regular_sqlite_databases()
190
{
191
- if (trait_exists(HandlesAnnotations::class)) {
+ if (! trait_exists(HandlesAnnotations::class)) {
192
$this->markTestSkipped('Requires HandlesAnnotation trait to define sqlite connection using PHPUnit annotation');
193
}
194
0 commit comments