|
@@ -10,12 +10,15 @@
|
|
stopOnFailure="false">
|
|
stopOnFailure="false">
|
|
<testsuites>
|
|
<testsuites>
|
|
<testsuite name="Application Test Suite">
|
|
<testsuite name="Application Test Suite">
|
|
- <directory>./tests/</directory>
|
|
|
|
|
|
+ <directory suffix="Test.php">./tests</directory>
|
|
</testsuite>
|
|
</testsuite>
|
|
</testsuites>
|
|
</testsuites>
|
|
<filter>
|
|
<filter>
|
|
- <whitelist>
|
|
|
|
- <directory suffix=".php">app/</directory>
|
|
|
|
|
|
+ <whitelist processUncoveredFilesFromWhitelist="true">
|
|
|
|
+ <directory suffix=".php">./app</directory>
|
|
|
|
+ <exclude>
|
|
|
|
+ <file>./app/Http/routes.php</file>
|
|
|
|
+ </exclude>
|
|
</whitelist>
|
|
</whitelist>
|
|
</filter>
|
|
</filter>
|
|
<php>
|
|
<php>
|