Skip to content

Commit ab4126f

Browse files
committed
Clean up test suite
1 parent f4bdabc commit ab4126f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

phpunit.xml.dist

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

3-
<phpunit bootstrap="vendor/autoload.php"
4-
colors="true"
5-
convertErrorsToExceptions="true"
6-
convertNoticesToExceptions="true"
7-
convertWarningsToExceptions="true"
8-
>
3+
<phpunit bootstrap="vendor/autoload.php" colors="true">
94
<testsuites>
105
<testsuite name="PromiseStream Test Suite">
116
<directory>./tests/</directory>

0 commit comments

Comments
 (0)