From ff70fac5b8d00241957d3122a3579d0dbc89961b Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 24 Jul 2016 15:02:01 -0500 Subject: [PATCH] Fix test. --- tests/ExampleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } }