4-move-modules-folder-up (#4)

Files were moved to /modules/ and tests config were changed too.
This commit is contained in:
2019-04-29 11:46:33 +00:00
committed by Gitea
parent 9afa848864
commit e945325c63
10 changed files with 24 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
bootstrap="vendor/autoload.php"
cacheResult="false"
cacheTokens="false"
colors="true"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
@@ -25,7 +25,8 @@
verbose="false">
<filter>
<whitelist>
<directory>src/DeltaCMS</directory>
<directory>src</directory>
<directory>public</directory>
</whitelist>
</filter>
<testsuites>