diff --git a/tests/TestCase.php b/tests/TestCase.php index 50a941f771..6f51045415 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -7,6 +7,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase * * @var string */ + protected $baseUrl = 'http://localhost:8000'; /** * Creates the application.