From 12e3d4647f1b7bc23e0ba17b42e35e04ebf17e0c Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 13 Apr 2016 02:58:11 -0700 Subject: [PATCH] Config URL is not found again. --- tests/_envs/testing-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/_envs/testing-ci.yml b/tests/_envs/testing-ci.yml index 94f04e5b5b..91ab2e1107 100644 --- a/tests/_envs/testing-ci.yml +++ b/tests/_envs/testing-ci.yml @@ -12,9 +12,7 @@ modules: enabled: - WebDriver - \Helper\Acceptance - - Laravel5: - part: ORM config: WebDriver: - url: 'http://localhost:8000' - browser: 'phantomjs' + url: http://localhost:8000 + browser: phantomjs