This commit is contained in:
Fabio Ivona
2022-08-25 09:32:48 +02:00
parent 66f69617f1
commit bedf033655
11 changed files with 29 additions and 2 deletions

View File

@ -5,6 +5,7 @@ declare(strict_types=1);
namespace Tests\CustomTestCase;
use function PHPUnit\Framework\assertTrue;
use PHPUnit\Framework\TestCase;
class CustomTestCase extends TestCase