Old UniVate Website
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

ExampleTest.php 294B

12345678910111213141516171819
  1. <?php
  2. namespace Tests\Unit;
  3. use Tests\TestCase;
  4. use Illuminate\Foundation\Testing\RefreshDatabase;
  5. class ExampleTest extends TestCase
  6. {
  7. /**
  8. * A basic test example.
  9. *
  10. * @return void
  11. */
  12. public function testBasicTest()
  13. {
  14. $this->assertTrue(true);
  15. }
  16. }