diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 7e81d37a..2f2d20ff 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -14,6 +14,6 @@ class ExampleTest extends TestCase public function testBasicExample() { $this->visit('/') - ->see('Laravel 5'); + ->see('Laravel'); } }