Skip to content

Commit 2703f2a

Browse files
committed
Clean up test suite
1 parent 3159a40 commit 2703f2a

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="Redis React Test Suite">
116
<directory>./tests/</directory>

0 commit comments

Comments
 (0)