Restored some tests.

This commit is contained in:
James Cole
2016-11-19 15:55:49 +01:00
parent 23925a0076
commit 240f3c126b
8 changed files with 306 additions and 102 deletions

View File

@@ -1,9 +1,5 @@
<?php
use Illuminate\Foundation\Testing\WithoutMiddleware;
use Illuminate\Foundation\Testing\DatabaseMigrations;
use Illuminate\Foundation\Testing\DatabaseTransactions;
/**
* Class ExampleTest
*/
@@ -17,6 +13,6 @@ class ExampleTest extends TestCase
public function testBasicExample()
{
$this->visit('/')
->see('Laravel');
->see('Firefly');
}
}