Disable Yii2 cleanup in functional test suite (#93)
Because it is on by default since Codeception 2.2.6 and it breaks builds of Codeception
This commit is contained in:
parent
15851900c6
commit
fbb43d45bd
@ -11,3 +11,4 @@ modules:
|
||||
enabled:
|
||||
- Filesystem
|
||||
- Yii2
|
||||
cleanup: false
|
||||
|
Loading…
Reference in New Issue
Block a user