8000
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 32893c7 commit 1270969Copy full SHA for 1270969
.travis.yml
@@ -16,7 +16,6 @@ matrix:
16
- php: 7.3
17
- php: 7.4
18
- php: hhvm-3.18
19
- install: composer require phpunit/phpunit:^5 --dev --no-interaction # requires legacy phpunit
20
allow_failures:
21
22
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="Promise Timer Test Suite">
11
<directory>./tests/</directory>
0 commit comments