Skip to content

Commit

Permalink
Merge bc74840 into 8a692fa
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Sep 26, 2023
2 parents 8a692fa + bc74840 commit a06a7c1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
backupGlobals="true"
bootstrap="./phpunit-bootstrap.php"
beStrictAboutTestsThatDoNotTestAnything="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
convertDeprecationsToExceptions="true"
forceCoversAnnotation="true"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
backupGlobals="true"
bootstrap="./phpunit-bootstrap.php"
beStrictAboutTestsThatDoNotTestAnything="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
convertDeprecationsToExceptions="true"
forceCoversAnnotation="true"
>

<testsuites>
Expand Down

0 comments on commit a06a7c1

Please sign in to comment.