diff --git a/tests/TestCase.php b/tests/TestCase.php index 5f6f59d..719a16d 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -8,6 +8,7 @@ use Orchestra\Testbench\Attributes\WithMigration; use Orchestra\Testbench\Concerns\WithWorkbench; use Orchestra\Testbench\TestCase as Orchestra; + use function Orchestra\Testbench\workbench_path; #[WithMigration]