Files
example-back/tests/TestCase.php
Refactorian dbf6a789a2 Update
2024-03-22 22:55:38 +09:00

11 lines
142 B
PHP

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