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