Fixed elements broken on module separation

This commit is contained in:
Alejandro Celaya
2016-07-19 18:05:06 +02:00
parent ab9c2f728a
commit fe8ef2030f
3 changed files with 9 additions and 6 deletions

View File

@@ -1,7 +1,10 @@
<phpunit bootstrap="./vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="AcelayaTest">
<directory>./tests</directory>
<testsuite name="Common">
<directory>./module/Common/test</directory>
</testsuite>
<testsuite name="Core">
<directory>./module/Core/test</directory>
</testsuite>
</testsuites>