We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde722a commit 6e5b47dCopy full SHA for 6e5b47d
phpunit.xml.dist
@@ -1,16 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<phpunit backupGlobals="false"
3
- backupStaticAttributes="false"
4
- beStrictAboutTestsThatDoNotTestAnything="false"
5
- bootstrap="vendor/autoload.php"
6
- colors="true"
7
- convertDeprecationsToExceptions="true"
8
- convertErrorsToExceptions="true"
9
- convertNoticesToExceptions="true"
10
- convertWarningsToExceptions="true"
11
- processIsolation="false"
12
- stopOnFailure="false"
13
->
+<phpunit colors="true">
14
<testsuites>
15
<testsuite name="Unit">
16
<directory suffix="Test.php">./tests/Unit</directory>
0 commit comments