Explorar o código

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 %!s(int64=9) %!d(string=hai) anos
pai
achega
fbb43d45bd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/functional.suite.yml

+ 1 - 0
tests/functional.suite.yml

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