Skip to content

Commit

Permalink
Update phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsekaean authored Jun 5, 2018
1 parent 8dd44c5 commit b98c60e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
<testsuite name="markdown">
<directory>vendor/silverstripers/markdown/tests/</directory>
<directory>tests/</directory>
</testsuite>

<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">vendor/silverstripers/markdown/src/</directory>
<file>vendor/silverstripers/markdown/src/</file>
<directory suffix=".php">src/</directory>
<exclude>
<directory suffix=".php">vendor/silverstripers/markdown/tests/php/</directory>
<directory suffix=".php">tests/php/</directory>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit b98c60e

Please sign in to comment.