- <?php
- /**
- * @CreateTime: 2019/9/13 下午02:18
- * @Author: huizhang <tuzisir@163.com>
- * @Copyright: copyright(2019) Easyswoole all rights reserved
- * @Description: SplBean 单元测试
- */
- namespace EasySwoole\Spl\Test;
- use PHPUnit\Framework\TestCase;
- class BeanTest extends TestCase
- {
- }
|