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 ab4d411 commit f741aa3Copy full SHA for f741aa3
phpunit.xml.dist
@@ -1,15 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
-<phpunit backupGlobals="false"
4
- backupStaticAttributes="false"
5
- colors="true"
6
- convertErrorsToExceptions="true"
7
- convertNoticesToExceptions="true"
8
- convertWarningsToExceptions="true"
9
- processIsolation="false"
10
- stopOnFailure="false"
11
- bootstrap="vendor/autoload.php"
12
->
+<phpunit bootstrap="vendor/autoload.php" colors="true">
13
<testsuites>
14
<testsuite name="Promise Test Suite">
15
<directory>./tests/</directory>
0 commit comments