From d355029d028708218757d3f239072af261d407c2 Mon Sep 17 00:00:00 2001 From: Maarten van Middelaar Date: Thu, 14 Jun 2018 01:11:36 +0200 Subject: [PATCH] Remove setting cleanup false (#183) It is not clear why cleanup is set to false in the template. ActiveFixture fixture data is not loaded when a previous test had fixtures. --- codeception.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/codeception.yml b/codeception.yml index 3537e68..a95affe 100644 --- a/codeception.yml +++ b/codeception.yml @@ -12,7 +12,6 @@ modules: config: Yii2: configFile: 'config/test.php' - cleanup: false # To enable code coverage: #coverage: