diff --git a/tests/Unit/GedcomExporterTest.php b/tests/Unit/GedcomExporterTest.php index a9bce46..6ca3c0f 100644 --- a/tests/Unit/GedcomExporterTest.php +++ b/tests/Unit/GedcomExporterTest.php @@ -6,7 +6,7 @@ use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\Storage; use Illuminate\Support\Facades\View; -use PHPUnit\Framework\TestCase; +use Tests\TestCase; class GedcomExporterTest extends TestCase {