Commit ff70fac5 authored by Taylor Otwell's avatar Taylor Otwell

Fix test.

parent c309b4fd
...@@ -14,6 +14,6 @@ class ExampleTest extends TestCase ...@@ -14,6 +14,6 @@ class ExampleTest extends TestCase
public function testBasicExample() public function testBasicExample()
{ {
$this->visit('/') $this->visit('/')
->see('Laravel 5'); ->see('Laravel');
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment