File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 7
7
use Illuminate \Database \Schema \Blueprint ;
8
8
use Illuminate \Support \Facades \File ;
9
9
use Illuminate \Support \Facades \Validator ;
10
- use Orchestra \Testbench \Concerns \HandlesAnnotations ;
11
10
use Orchestra \Testbench \TestCase ;
12
11
13
12
use function Orchestra \Testbench \laravel_version_compare ;
@@ -199,7 +198,7 @@ public function it_runs_method_after_migration_when_defined()
199
198
* */
200
199
function sushi_models_can_relate_to_models_in_regular_sqlite_databases ()
201
200
{
202
- if (! trait_exists (HandlesAnnotations::class )) {
201
+ if (! trait_exists (' \Orchestra\Testbench\Concerns\ HandlesAnnotations' )) {
203
202
$ this ->markTestSkipped ('Requires HandlesAnnotation trait to define sqlite connection using PHPUnit annotation ' );
204
203
}
205
204
You can’t perform that action at this time.
0 commit comments