]> BookStack Code Mirror - bookstack/blob - tests/ExampleTest.php
Cleaned book-show page/chapter list design
[bookstack] / tests / ExampleTest.php
1 <?php
2
3 use Illuminate\Foundation\Testing\WithoutMiddleware;
4 use Illuminate\Foundation\Testing\DatabaseMigrations;
5 use Illuminate\Foundation\Testing\DatabaseTransactions;
6
7 class ExampleTest extends TestCase
8 {
9     /**
10      * A basic functional test example.
11      *
12      * @return void
13      */
14     public function testBasicExample()
15     {
16         $this->visit('/')
17              ->see('Laravel 5');
18     }
19 }