Files
project/tests/TestCase.php
Your Project Name 89c10c6a70 мой 1 камит
2025-11-19 17:47:46 +00:00

11 lines
142 B
PHP

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