From 9f6aa99e860408176d3c1fd92b1094cfc3394deb Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 17 Feb 2016 22:02:14 +0200 Subject: [PATCH] Working on TravisCI --- tests/_bootstrap.php.default | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/_bootstrap.php.default b/tests/_bootstrap.php.default index 907d22bf6eb9..19fc7eba0df7 100644 --- a/tests/_bootstrap.php.default +++ b/tests/_bootstrap.php.default @@ -6,5 +6,6 @@ Fixtures::add('url', 'http://ninja.dev:8000'); Fixtures::add('username', 'user@example.com'); Fixtures::add('password', 'password'); -Fixtures::add('gateway_key', ''); -Fixtures::add('api_secret', 'password'); \ No newline at end of file +Fixtures::add('api_secret', 'password'); +Fixtures::add('secret_key', ''); +Fixtures::add('publishable_key', ''); \ No newline at end of file