From 63f25b9368261310366d1871c4cf05452669a164 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 7 Jun 2018 20:44:04 +1000 Subject: [PATCH] Update _bootstrap.php.default --- tests/_bootstrap.php.default | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/_bootstrap.php.default b/tests/_bootstrap.php.default index 4ef057c678cc..f532c7d310f5 100644 --- a/tests/_bootstrap.php.default +++ b/tests/_bootstrap.php.default @@ -4,6 +4,7 @@ use Codeception\Util\Fixtures; Fixtures::add('url', 'http://www.ninja.test:8000'); Fixtures::add('username', 'user@example.com'); +Fixtures::add('permissions_username', 'permissions@example.com'); Fixtures::add('password', 'password'); Fixtures::add('api_secret', 'password');