mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-08-01 14:11:59 +00:00
4-move-modules-folder-up (#4)
Files were moved to /modules/ and tests config were changed too.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user