We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc46167 commit 741733eCopy full SHA for 741733e
3 files changed
composer.json
@@ -14,6 +14,11 @@
14
"React\\Socket\\": "src"
15
}
16
},
17
+ "autoload-dev": {
18
+ "psr-4": {
19
+ "React\\Tests\\Socket\\": "tests"
20
+ }
21
+ },
22
"extra": {
23
"branch-alias": {
24
"dev-master": "0.4-dev"
phpunit.xml.dist
@@ -9,7 +9,7 @@
9
processIsolation="false"
10
stopOnFailure="false"
11
syntaxCheck="false"
12
- bootstrap="tests/bootstrap.php"
+ bootstrap="vendor/autoload.php"
13
>
<testsuites>
<testsuite name="React Test Suite">
tests/bootstrap.php
0 commit comments