Files

11 lines
152 B
PHP
Raw Permalink Normal View History

2026-03-26 09:28:14 +07:00
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}