Fix test.

This commit is contained in:
Taylor Otwell 2016-07-24 15:02:01 -05:00
parent c309b4fda0
commit ff70fac5b8
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ class ExampleTest extends TestCase
public function testBasicExample() public function testBasicExample()
{ {
$this->visit('/') $this->visit('/')
->see('Laravel 5'); ->see('Laravel');
} }
} }