fix(tests): phpstan

This commit is contained in:
Ondrej Vlach 2024-08-07 13:08:49 +02:00
parent b2de1fa6c2
commit a1f0634671
No known key found for this signature in database
GPG Key ID: 7F141CDACEDEE2DE

View File

@ -1,5 +1,7 @@
<?php <?php
declare(strict_types=1);
namespace Tests; namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase; use Illuminate\Foundation\Testing\TestCase as BaseTestCase;