Advertisement
Guest User

Untitled

a guest
May 29th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <?php
  2.  
  3. use Illuminate\Foundation\Testing\WithoutMiddleware;
  4. use Illuminate\Foundation\Testing\DatabaseMigrations;
  5. use Illuminate\Foundation\Testing\DatabaseTransactions;
  6.  
  7. class HomepageStructureTest extends TestCase
  8. {
  9. /**
  10. * A basic test example.
  11. *
  12. * @return void
  13. */
  14. public function testExample()
  15. {
  16. $this->assertTrue(true);
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement