初始化仓库
This commit is contained in:
13
vendor/topthink/think-helper/tests/TestCase.php
vendored
Normal file
13
vendor/topthink/think-helper/tests/TestCase.php
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Tests;
|
||||
|
||||
use PHPUnit\Framework\TestCase as BaseTestCase;
|
||||
|
||||
/**
|
||||
* Class TestCase
|
||||
* @author Tongle Xu <xutongle@gmail.com>
|
||||
*/
|
||||
class TestCase extends BaseTestCase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user