We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c309b4f commit ff70facCopy full SHA for ff70fac
tests/ExampleTest.php
@@ -14,6 +14,6 @@ class ExampleTest extends TestCase
14
public function testBasicExample()
15
{
16
$this->visit('/')
17
- ->see('Laravel 5');
+ ->see('Laravel');
18
}
19
0 commit comments