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.
2 parents 0b55c95 + fc3b797 commit affda57Copy full SHA for affda57
composer.json
@@ -15,5 +15,8 @@
15
},
16
"autoload": {
17
"psr-4": { "React\\ChildProcess\\": "src" }
18
+ },
19
+ "autoload-dev": {
20
+ "psr-4": { "React\\Tests\\ChildProcess\\": "tests" }
21
}
22
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
>
14
<testsuites>
<testsuite name="React Test Suite">
tests/bootstrap.php
0 commit comments