CustomerTest.php 225 B

1234567891011121314151617
  1. <?php
  2. namespace Tests\Unit\Customer;
  3. use PHPUnit\Framework\TestCase;
  4. class CustomerTest extends TestCase
  5. {
  6. /**
  7. * web访问
  8. *
  9. * @return void
  10. */
  11. public function testProjectReportIndex(){
  12. }
  13. }