We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3159a40 commit 2703f2aCopy full SHA for 2703f2a
phpunit.xml.dist
@@ -1,11 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
-<phpunit bootstrap="vendor/autoload.php"
4
- colors="true"
5
- convertErrorsToExceptions="true"
6
- convertNoticesToExceptions="true"
7
- convertWarningsToExceptions="true"
8
->
+<phpunit bootstrap="vendor/autoload.php" colors="true">
9
<testsuites>
10
<testsuite name="Redis React Test Suite">
11
<directory>./tests/</directory>
0 commit comments