Fix test.
This commit is contained in:
@@ -14,6 +14,6 @@ class ExampleTest extends TestCase
|
|||||||
public function testBasicExample()
|
public function testBasicExample()
|
||||||
{
|
{
|
||||||
$this->visit('/')
|
$this->visit('/')
|
||||||
->see('Laravel 5');
|
->see('Laravel');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user