Skip to content

Commit

Permalink
Merge pull request #462 from clue-labs/async
Browse files Browse the repository at this point in the history
Update test suite to use new reactphp/async package instead of clue/reactphp-block
  • Loading branch information
WyriHaximus committed Sep 9, 2022
2 parents 9ba40e6 + 342c5e1 commit 14b4b07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 4 additions & 5 deletions composer.json
Expand Up @@ -11,17 +11,16 @@
"php": ">=5.3.8",
"react/async": "^4 || ^3 || ^2",
"react/cache": "^1.1",
"react/dns": "^1.9",
"react/dns": "^1.10",
"react/event-loop": "^1.3",
"react/http": "^1.6",
"react/http": "^1.7",
"react/promise": "^2.9 || ^1.2",
"react/promise-stream": "^1.3",
"react/promise-stream": "^1.5",
"react/promise-timer": "^1.8",
"react/socket": "^1.11",
"react/socket": "^1.12",
"react/stream": "^1.2"
},
"require-dev": {
"clue/block-react": "^1.5",
"clue/stream-filter": "^1.3",
"phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
},
Expand Down
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Expand Up @@ -9,9 +9,9 @@
convertDeprecationsToExceptions="true">
<testsuites>
<testsuite name="ReactPHP Test Suite">
<!-- explicitly run EventLoop tests first to avoid resetting default loop -->
<directory>./vendor/react/event-loop/tests/</directory>
<directory>./vendor/react/*/tests/</directory>
<!-- temporarily skip broken und unneeded tests, see https://github.com/reactphp/http/pull/440 -->
<exclude>./vendor/react/http/tests/HttpServerTest.php</exclude>
</testsuite>
</testsuites>
<coverage>
Expand Down
2 changes: 0 additions & 2 deletions phpunit.xml.legacy
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/http/pull/440 -->
<exclude>./vendor/react/http/tests/HttpServerTest.php</exclude>
</testsuite>
</testsuites>
<filter>
Expand Down

0 comments on commit 14b4b07

Please sign in to comment.