Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit eb3651c

Browse files
Fix phpunit.xml
1 parent b8c37e7 commit eb3651c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

phpunit.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit backupGlobals="false"
3-
backupStaticAttributes="false"
4-
bootstrap="vendor/autoload.php"
5-
colors="true"
6-
convertErrorsToExceptions="true"
7-
convertNoticesToExceptions="true"
8-
convertWarningsToExceptions="true"
9-
processIsolation="false"
10-
stopOnFailure="false"
11-
syntaxCheck="false"
3+
backupStaticAttributes="false"
4+
bootstrap="vendor/autoload.php"
5+
colors="true"
6+
convertErrorsToExceptions="true"
7+
convertNoticesToExceptions="true"
8+
convertWarningsToExceptions="true"
9+
processIsolation="false"
10+
stopOnFailure="false"
11+
syntaxCheck="false"
1212
>
1313
<filter>
14-
<whitelist processUncoveredFilesFromWhitelist="true">
15-
<directory suffix=".php">./src</directory>
16-
</whitelist>
14+
<whitelist processUncoveredFilesFromWhitelist="true">
15+
<directory suffix=".php">./src</directory>
16+
</whitelist>
1717
</filter>
1818
<testsuites>
19-
<testsuite name="PHP JSON Iterator test suite">
20-
<directory suffix=".php">./tests/</directory>
21-
</testsuite>
19+
<testsuite name="PHP JSON Iterator test suite">
20+
<directory suffix=".php">./tests/</directory>
21+
</testsuite>
2222
</testsuites>
2323
</phpunit>

0 commit comments

Comments
 (0)