Files
SAE-BUT2-backend/tests/TestCase.php
T
2025-10-13 23:04:46 +02:00

11 lines
142 B
PHP

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