Skip to content

Commit

Permalink
Remove redundant config options. Default settings already used.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkary committed Apr 30, 2021
1 parent 2a750fd commit 617e3af
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@
<phpunit
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation = "vendor/phpunit/phpunit/phpunit.xsd"
backupGlobals = "false"
backupStaticAttributes = "false"
colors = "true"
convertErrorsToExceptions = "true"
convertNoticesToExceptions = "true"
convertWarningsToExceptions = "true"
processIsolation = "false"
stopOnFailure = "false"
bootstrap = "vendor/autoload.php">

<testsuites>
Expand Down

0 comments on commit 617e3af

Please sign in to comment.