mirror of
https://github.com/flarum/framework.git
synced 2025-04-24 21:54:04 +08:00
Moved psr-4 loading for tests out of the autoload
This commit is contained in:
parent
a00226c05a
commit
bac3fe84da
@ -42,13 +42,17 @@
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Flarum\\": "src/",
|
||||
"tests\\": "tests/"
|
||||
"Flarum\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/helpers.php"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vendor/bin/phpunit -c tests/phpunit.xml",
|
||||
"style": "phpcs --standard=PSR2 -np src"
|
||||
|
Loading…
x
Reference in New Issue
Block a user