Skip to content

Commit 7e93937

Browse files
committed
PSR-4
1 parent 37481ec commit 7e93937

File tree

138 files changed

+33
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+33
-33
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
"ext-libev": "*"
3232
},
3333
"autoload": {
34-
"psr-0": { "React": "src" }
34+
"psr-4": {
35+
"React\\": "src",
36+
"React\\Tests\\": "tests"
37+
}
3538
},
3639
"extra": {
3740
"branch-alias": {

composer.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
processIsolation="false"
1010
stopOnFailure="false"
1111
syntaxCheck="false"
12-
bootstrap="tests/bootstrap.php"
12+
bootstrap="vendor/autoload.php"
1313
>
1414
<testsuites>
1515
<testsuite name="React Test Suite">
16-
<directory>./tests/React/</directory>
16+
<directory>./tests/</directory>
1717
</testsuite>
1818
</testsuites>
1919

0 commit comments

Comments
 (0)