web-api/tests/TestCase.php
梁朝伟 7f3db2ed48 init
2024-11-13 19:23:49 +08:00

11 lines
142 B
PHP

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