Skip to content

Commit 2c2019a

Browse files
committed
Update test suite to avoid skipping EventLoop tests
1 parent 75afcb1 commit 2c2019a

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"php": ">=5.3.8",
1212
"react/cache": "^1.1",
1313
"react/dns": "^1.9",
14-
"react/event-loop": "^1.2",
14+
"react/event-loop": "^1.3",
1515
"react/http": "^1.6",
1616
"react/promise": "^2.9 || ^1.2",
1717
"react/promise-stream": "^1.3",

phpunit.xml.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
<testsuites>
1111
<testsuite name="ReactPHP Test Suite">
1212
<directory>./vendor/react/*/tests/</directory>
13-
<!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/event-loop/pull/232 -->
14-
<exclude>./vendor/react/event-loop/tests/BinTest.php</exclude>
15-
<exclude>./vendor/react/event-loop/tests/ExtLibeventLoopTest.php</exclude>
1613
<!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/http/pull/440 -->
1714
<exclude>./vendor/react/http/tests/HttpServerTest.php</exclude>
1815
</testsuite>

phpunit.xml.legacy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<testsuites>
99
<testsuite name="ReactPHP Test Suite">
1010
<directory>./vendor/react/*/tests/</directory>
11-
<!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/event-loop/pull/232 -->
12-
<exclude>./vendor/react/event-loop/tests/BinTest.php</exclude>
1311
<!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/http/pull/440 -->
1412
<exclude>./vendor/react/http/tests/HttpServerTest.php</exclude>
1513
</testsuite>

0 commit comments

Comments
 (0)