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 6f1e608 + 031699e commit 3a35f70Copy full SHA for 3a35f70
composer.json
@@ -12,12 +12,14 @@
12
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35",
13
"clue/stream-filter": "~1.2"
14
},
15
- "suggest": {
16
- "react/event-loop": "^0.4"
17
- },
18
"autoload": {
19
"psr-4": {
20
"React\\Stream\\": "src"
21
}
+ },
+ "autoload-dev": {
+ "psr-4": {
22
+ "React\\Tests\\Stream\\": "tests"
23
+ }
24
25
phpunit.xml.dist
@@ -9,7 +9,7 @@
9
processIsolation="false"
10
stopOnFailure="false"
11
syntaxCheck="false"
- bootstrap="tests/bootstrap.php"
+ bootstrap="vendor/autoload.php"
>
<testsuites>
<testsuite name="React Test Suite">
tests/bootstrap.php
0 commit comments