From 7236559b44adac3352487758fc8f25296c659c19 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 13 Apr 2016 04:07:03 -0700 Subject: [PATCH] Try adding a defaul url to override the Webdriver "url is blank" bullshit --- tests/TestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/TestCase.php b/tests/TestCase.php index 50a941f77..6f5104541 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.