mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-02 03:59:40 +00:00
new architecture for tests
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
"autoload": {
|
||||
"psr-4": { "Chill\\ReportBundle\\": "" }
|
||||
},
|
||||
"autoload-dev": {
|
||||
"classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ]
|
||||
},
|
||||
"authors" : [
|
||||
{
|
||||
"name": "Champs-Libres",
|
||||
@@ -50,7 +53,7 @@
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"app-migrations-dir": "Tests/Fixtures/App/app/DoctrineMigrations",
|
||||
"app-migrations-dir": "Resources/test/Fixtures/App/app/DoctrineMigrations",
|
||||
"symfony-app-dir": "Tests/Fixtures/App/app"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
|
||||
Reference in New Issue
Block a user