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 077cab8 commit ca3da0bCopy full SHA for ca3da0b
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="Tar React Test Suite">
11
<directory>./tests/</directory>
0 commit comments