HelloCSE/tests/TestCase.php

11 lignes
163 o
PHP
Brut Vue normale Historique

2024-04-10 13:56:22 +02:00
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}