Skip to content

Commit

Permalink
Remove default values
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Sep 29, 2022
1 parent 180c81d commit 17094e5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
bootstrap="tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false">
colors="true">
<filter>
<whitelist>
<directory>./</directory>
Expand All @@ -23,7 +16,7 @@
</filter>
<testsuites>
<testsuite name="webeweb/pappers-library">
<directory suffix="Test.php">./tests</directory>
<directory>./tests</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 17094e5

Please sign in to comment.