Skip to content

Commit

Permalink
Create phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsekaean authored Jun 5, 2018
1 parent d683aeb commit 62c193d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?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>
</testsuite>

<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src/</directory>
<exclude>
<directory suffix=".php">tests/php/</directory>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit 62c193d

Please sign in to comment.