Skip to content

Commit 6e5b47d

Browse files
committed
wip
1 parent dde722a commit 6e5b47d

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

phpunit.xml.dist

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
<?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-
>
2+
<phpunit colors="true">
143
<testsuites>
154
<testsuite name="Unit">
165
<directory suffix="Test.php">./tests/Unit</directory>

0 commit comments

Comments
 (0)