HelloCSE/tests/TestCase.php
2024-04-10 13:56:22 +02:00

10 lignes
163 o
PHP

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