8000 Clean up test suite · reactphp/socket@a3e6129 · GitHub
[go: up one dir, main page]

Skip to content

Commit a3e6129

Browse files
committed
Clean up test suite
1 parent 1d2b3b9 commit a3e6129

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<phpunit backupGlobals="false"
4-
backupStaticAttributes="false"
5-
colors="true"
6-
convertErrorsToExceptions="true"
7-
convertNoticesToExceptions="true"
8-
convertWarningsToExceptions="true"
9-
processIsolation="false"
10-
stopOnFailure="false"
11-
bootstrap="vendor/autoload.php"
12-
>
3+
<phpunit bootstrap="vendor/autoload.php" colors="true">
134
<testsuites>
145
<testsuite name="React Test Suite">
156
<directory>./tests/</directory>

0 commit comments

Comments
 (0)
0