25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

20 satır
353 B

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