From 168e318a79709882ca8f6603d4f469c9a0be5cf8 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 17 Feb 2016 21:58:50 +0200 Subject: [PATCH] Working on TravisCI --- tests/_bootstrap.php.default | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/_bootstrap.php.default b/tests/_bootstrap.php.default index cf7248e7f5f2..907d22bf6eb9 100644 --- a/tests/_bootstrap.php.default +++ b/tests/_bootstrap.php.default @@ -2,6 +2,7 @@ // This is global bootstrap for autoloading use Codeception\Util\Fixtures; +Fixtures::add('url', 'http://ninja.dev:8000'); Fixtures::add('username', 'user@example.com'); Fixtures::add('password', 'password');