Commit eb932bcd authored by Nicolas Widart's avatar Nicolas Widart

Adding a Global module testsuite

parent e6cd9905
...@@ -9,16 +9,13 @@ ...@@ -9,16 +9,13 @@
processIsolation="false" processIsolation="false"
stopOnFailure="false"> stopOnFailure="false">
<testsuites> <testsuites>
<testsuite name="Application Test Suite"> <testsuite name="Modules">
<directory suffix="Test.php">./tests</directory> <directory>./Modules/*/Tests/</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter> <filter>
<whitelist processUncoveredFilesFromWhitelist="true"> <whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./app</directory> <directory suffix=".php">./app</directory>
<exclude>
<file>./app/Http/routes.php</file>
</exclude>
</whitelist> </whitelist>
</filter> </filter>
<php> <php>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment