From b55d9113d467234d10b006a6f19d4f27b7ba2a9f Mon Sep 17 00:00:00 2001
From: snipe <snipe@snipe.net>
Date: Tue, 10 Dec 2019 21:47:01 -0800
Subject: [PATCH] Moved bootstrap directive to avoid warning on codeception

---
 codeception.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/codeception.yml b/codeception.yml
index 43d70c38f..1a9a9a6c2 100644
--- a/codeception.yml
+++ b/codeception.yml
@@ -5,8 +5,8 @@ paths:
     data: tests/_data
     support: tests/_support
     envs: tests/_envs
-settings:
     bootstrap: _bootstrap.php
+settings:
     colors: true
     memory_limit: 1024M
 extensions:
-- 
GitLab