Files
back-meditation/tests/TestCase.php
T
2025-04-24 23:28:22 +03:30

11 lines
142 B
PHP

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