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 2aec8c9 commit db19ce4Copy full SHA for db19ce4
phpunit.xml.dist
@@ -6,6 +6,8 @@
6
<directory>./vendor/react/*/tests/</directory>
7
<!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/event-loop/pull/232 -->
8
<exclude>./vendor/react/event-loop/tests/BinTest.php</exclude>
9
+ <!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/http/pull/440 -->
10
+ <exclude>./vendor/react/http/tests/HttpServerTest.php</exclude>
11
</testsuite>
12
</testsuites>
13
0 commit comments