LogViewer/code/tests/TestCase.php
splin94@yandex.ru 3a4a328d80 -
2023-11-09 20:51:08 +00:00

11 lines
163 B
PHP
Executable File

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