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 69c680c commit e8b02e7Copy full SHA for e8b02e7
phpunit.xml.dist
@@ -4,10 +4,6 @@
4
<testsuites>
5
<testsuite name="ReactPHP Test Suite">
6
<directory>./vendor/react/*/tests/</directory>
7
- <!-- temporarily skip broken tests, see https://github.com/reactphp/dns/pull/164 -->
8
- <exclude>./vendor/react/dns/tests/FunctionalResolverTest.php</exclude>
9
- <exclude>./vendor/react/dns/tests/Query/CoopExecutorTest.php</exclude>
10
- <exclude>./vendor/react/dns/tests/Query/SelectiveTransportExecutorTest.php</exclude>
11
</testsuite>
12
</testsuites>
13
0 commit comments