mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
fix address for storing doctrineMigrationsFile into correct directory for tests
This commit is contained in:
parent
22afd3b3fa
commit
8eccbea522
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
/vendor/
|
/vendor/
|
||||||
composer.lock
|
composer.lock
|
||||||
Tests/Fixtures/App/app/DoctrineMigrations/*
|
Tests/Fixtures/App/app/DoctrineMigrations/*
|
||||||
|
Test/Fixtures/App/app/DoctrineMigrations/*
|
||||||
Test/Fixtures/App/app/cache/*
|
Test/Fixtures/App/app/cache/*
|
||||||
Test/Fixtures/App/app/config/parameters.yml
|
Test/Fixtures/App/app/config/parameters.yml
|
||||||
|
@ -47,6 +47,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"app-migrations-dir": "Tests/Fixtures/App/app/DoctrineMigrations"
|
"app-migrations-dir": "Test/Fixtures/App/app/DoctrineMigrations"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user