Skip to content

Commit

Permalink
Merge pull request #454 from clue-labs/update-event-loop
Browse files Browse the repository at this point in the history
Update test suite to avoid skipping EventLoop tests
  • Loading branch information
WyriHaximus committed Apr 2, 2022
2 parents 75afcb1 + 2c2019a commit ab3b743
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"php": ">=5.3.8",
"react/cache": "^1.1",
"react/dns": "^1.9",
"react/event-loop": "^1.2",
"react/event-loop": "^1.3",
"react/http": "^1.6",
"react/promise": "^2.9 || ^1.2",
"react/promise-stream": "^1.3",
Expand Down
3 changes: 0 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
<testsuites>
<testsuite name="ReactPHP Test Suite">
<directory>./vendor/react/*/tests/</directory>
<!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/event-loop/pull/232 -->
<exclude>./vendor/react/event-loop/tests/BinTest.php</exclude>
<exclude>./vendor/react/event-loop/tests/ExtLibeventLoopTest.php</exclude>
<!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/http/pull/440 -->
<exclude>./vendor/react/http/tests/HttpServerTest.php</exclude>
</testsuite>
Expand Down
2 changes: 0 additions & 2 deletions phpunit.xml.legacy
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<testsuites>
<testsuite name="ReactPHP Test Suite">
<directory>./vendor/react/*/tests/</directory>
<!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/event-loop/pull/232 -->
<exclude>./vendor/react/event-loop/tests/BinTest.php</exclude>
<!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/http/pull/440 -->
<exclude>./vendor/react/http/tests/HttpServerTest.php</exclude>
</testsuite>
Expand Down

0 comments on commit ab3b743

Please sign in to comment.