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.
2 parents f38a824 + d3a5fe2 commit a6d56eaCopy full SHA for a6d56ea
.gitattributes
@@ -0,0 +1,6 @@
1
+/.gitattributes export-ignore
2
+/.gitignore export-ignore
3
+/.travis.yml export-ignore
4
+/examples/ export-ignore
5
+/phpunit.xml.dist export-ignore
6
+/tests/ export-ignore
phpunit.xml.dist
@@ -1,11 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<phpunit bootstrap="vendor/autoload.php"
- colors="true"
- convertErrorsToExceptions="true"
- 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