浏览代码

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
Gintautas Miselis 9 年之前
父节点
当前提交
fbb43d45bd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/functional.suite.yml

+ 1 - 0
tests/functional.suite.yml

@@ -11,3 +11,4 @@ modules:
     enabled:
       - Filesystem
       - Yii2
+          cleanup: false