Files
dvla-api/tests/TestCase.php
Ovidiu U 759e4f2784 init
2026-05-12 09:47:26 +01:00

11 lines
142 B
PHP

<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}