Skip to content

Commit 2e12823

Browse files
rob006samdark
authored andcommitted
Fix codeception tests (yiisoft#94)
1 parent 71b41b8 commit 2e12823

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codeception.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ modules:
1212
config:
1313
Yii2:
1414
configFile: 'config/test.php'
15+
cleanup: false
1516

1617
# To enable code coverage:
1718
#coverage:

tests/functional.suite.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ class_name: FunctionalTester
1010
modules:
1111
enabled:
1212
- Filesystem
13-
- Yii2:
14-
cleanup: false
13+
- Yii2

0 commit comments

Comments
 (0)