Skip to content

Commit

Permalink
Fixed PHPUnit file
Browse files Browse the repository at this point in the history
  • Loading branch information
yosymfony committed Oct 28, 2017
1 parent 7f5a500 commit d729285
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions phpunit.xml.dist
@@ -1,15 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
backupStaticAttributes="false"
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
backupGlobals="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
bootstrap="vendor/autoload.php"
failOnRisky="true"
failOnWarning="true"
>
<testsuites>
<testsuite name="Yosymfony Toml Parser test suite">
Expand All @@ -22,7 +19,7 @@
<directory>./</directory>
<exclude>
<directory>./vendor</directory>
<directory>./Tests</directory>
<directory>./tests</directory>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit d729285

Please sign in to comment.