Skip to content

Commit e8b02e7

Browse files
committed
Don't skip tests on PHP 7.4 now that this has been fixed upstream
1 parent 69c680c commit e8b02e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
<testsuites>
55
<testsuite name="ReactPHP Test Suite">
66
<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>
117
</testsuite>
128
</testsuites>
139

0 commit comments

Comments
 (0)