From b7cf1fe85689efd8d8726fe993ff774aa3b71010 Mon Sep 17 00:00:00 2001 From: Michael Ackerman Date: Thu, 10 May 2018 09:56:06 -0700 Subject: [PATCH] Fixed: Codeception is not fully setup. - Moved devmode.php require to the top of init.php. - c3.php should be the first thing loaded. - Added a require for the composer autoloader. - Use localhost:80 instead of localhost:3000 for acceptance tests. --- devmode.php.dist | 2 ++ init.php | 10 +++++----- tests/acceptance.suite.yml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/devmode.php.dist b/devmode.php.dist index 5e4fe8d80e..b6be4401f7 100644 --- a/devmode.php.dist +++ b/devmode.php.dist @@ -1,4 +1,6 @@