Skip to content

Commit 3936232

Browse files
authored
Update SushiTest.php
1 parent 440013f commit 3936232

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/SushiTest.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Illuminate\Database\Schema\Blueprint;
88
use Illuminate\Support\Facades\File;
99
use Illuminate\Support\Facades\Validator;
10-
use Orchestra\Testbench\Concerns\HandlesAnnotations;
1110
use Orchestra\Testbench\TestCase;
1211

1312
use function Orchestra\Testbench\laravel_version_compare;
@@ -199,7 +198,7 @@ public function it_runs_method_after_migration_when_defined()
199198
* */
200199
function sushi_models_can_relate_to_models_in_regular_sqlite_databases()
201200
{
202-
if (! trait_exists(HandlesAnnotations::class)) {
201+
if (! trait_exists('\Orchestra\Testbench\Concerns\HandlesAnnotations')) {
203202
$this->markTestSkipped('Requires HandlesAnnotation trait to define sqlite connection using PHPUnit annotation');
204203
}
205204

0 commit comments

Comments
 (0)