Fix test.

This commit is contained in:
Taylor Otwell 2016-07-24 15:02:01 -05:00
parent c309b4fda0
commit ff70fac5b8

View File

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