Files
daragt-kalbasa/tests/TestCase.php
Mekan1206 e57fdfc2ad start
2026-06-04 21:08:29 +05:00

11 lines
142 B
PHP

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