Files
ProxyPanel/tests/TestCase.php
兔姬桑 a0922521cf 初始化
2020-08-05 03:19:28 +08:00

11 lines
163 B
PHP

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