Created Core\ConfigProviderTest

This commit is contained in:
Alejandro Celaya
2016-07-30 23:07:44 +02:00
parent 9c6420fe26
commit 8c446f0f3b
2 changed files with 36 additions and 0 deletions

View File

@@ -20,6 +20,10 @@
<directory suffix=".php">./module/Core/src</directory>
<directory suffix=".php">./module/Rest/src</directory>
<directory suffix=".php">./module/CLI/src</directory>
<exclude>
<directory suffix=".php">./module/Core/src/Repository</directory>
</exclude>
</whitelist>
</filter>
</phpunit>