Files
LP53-Services-BD-CMS/td.api/tests/TestCase.php
2023-03-03 09:30:01 +01:00

11 lines
163 B
PHP

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