Skip to content

Commit 57ac1c9

Browse files
committed
Upgrade react/socket to avoid skipping DNS tests
Refs reactphp/socket#208
1 parent f509da1 commit 57ac1c9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"require": {
1111
"php": ">=5.3.8",
1212
"react/cache": "^1.0",
13-
"react/dns": "^1.0",
13+
"react/dns": "^1.1",
1414
"react/event-loop": "^1.0",
1515
"react/promise": "^2.1 || ^1.2",
1616
"react/promise-stream": "^1.1.1",
17-
"react/socket": "^1.0",
17+
"react/socket": "^1.4",
1818
"react/stream": "^1.0"
1919
},
2020
"require-dev": {

phpunit.xml.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
<testsuites>
1515
<testsuite name="React Test Suite">
1616
<directory>./vendor/react/*/tests/</directory>
17-
<!-- temporarily skip broken tests, see https://github.com/reactphp/socket/issues/207 -->
18-
<exclude>./vendor/react/socket/tests/ConnectorTest.php</exclude>
19-
<exclude>./vendor/react/socket/tests/DnsConnectorTest.php</exclude>
2017
</testsuite>
2118
</testsuites>
2219

0 commit comments

Comments
 (0)