香洲二院小程序
 
 
 
mini_xzey/tests/TestCase.php

10 lines
142 B

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