BeanTest.php 306 B

12345678910111213141516
  1. <?php
  2. /**
  3. * @CreateTime: 2019/9/13 下午02:18
  4. * @Author: huizhang <tuzisir@163.com>
  5. * @Copyright: copyright(2019) Easyswoole all rights reserved
  6. * @Description: SplBean 单元测试
  7. */
  8. namespace EasySwoole\Spl\Test;
  9. use PHPUnit\Framework\TestCase;
  10. class BeanTest extends TestCase
  11. {
  12. }