LocalAdapterTest.php 219 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * @desc LocalAdapterTest.php 描述信息
  4. * @author Tinywan(ShaoBo Wan)
  5. * @date 2022/3/10 15:42
  6. */
  7. namespace Tinywan\Tests;
  8. use PHPUnit\Framework\TestCase;
  9. class LocalAdapterTest extends TestCase
  10. {
  11. }