Files
ledstar_laravel/tests/TestCase.php
T
amikhaylov af933e8397 init commit
2026-04-28 22:22:46 +03:00

11 lines
142 B
PHP
Executable File

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