Cleanup phpunit configs and PSR-4 autoloading and namespaces for tests

This commit is contained in:
Patrik Karisch 2016-03-06 23:38:04 +01:00
commit f9c6316bad
59 changed files with 128 additions and 144 deletions

View file

@ -34,13 +34,18 @@
"require-dev": {
"sami/sami": "~1.0",
"silex/silex": "~1.0",
"phpunit/phpunit": "~3.7"
"phpunit/phpunit": "^4.8"
},
"autoload": {
"psr-0": {
"FFMpeg": "src"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\FFMpeg\\": "tests"
}
},
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"