Files
nejatidental/tests/TestCase.php
2026-01-30 14:06:12 +03:30

11 lines
142 B
PHP

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