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 10fea32 commit 25b2bc8Copy full SHA for 25b2bc8
phpunit.xml.dist
@@ -14,6 +14,9 @@
14
<testsuites>
15
<testsuite name="React Test Suite">
16
<directory>./vendor/react/*/tests/</directory>
17
+ <!-- temporarily skip broken tests, see https://github.com/reactphp/socket/issues/207 -->
18
+ <exclude>./vendor/react/socket/tests/ConnectorTest.php</exclude>
19
+ <exclude>./vendor/react/socket/tests/DnsConnectorTest.php</exclude>
20
</testsuite>
21
</testsuites>
22
0 commit comments