Rehap.app/tests/TestCase.php
Михаил c39d333b4d Upload
2025-03-20 11:20:30 +03:00

11 lines
142 B
PHP

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