Skip to content

Commit

Permalink
Update PHPUnit config
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Nov 21, 2018
1 parent 96d0a29 commit d58bee4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,19 @@
stopOnIncomplete="false"
stopOnSkipped="false">
<testsuites>
<testsuite name="Maps">
<directory>tests</directory>
<directory>SemanticMaps/tests</directory>
<testsuite name="MapsUnit">
<directory>tests/Unit</directory>
</testsuite>
<testsuite name="MapsIntegration">
<directory>tests/Integration</directory>
</testsuite>
<testsuite name="MapsSystem">
<directory>tests/System</directory>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">includes</directory>
<directory suffix=".php">src</directory>
<directory suffix=".php">SemanticMaps/src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit d58bee4

Please sign in to comment.