mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +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/
|
||||
composer.lock
|
||||
Tests/Fixtures/App/app/DoctrineMigrations/*
|
||||
Test/Fixtures/App/app/DoctrineMigrations/*
|
||||
Test/Fixtures/App/app/cache/*
|
||||
Test/Fixtures/App/app/config/parameters.yml
|
||||
|
@ -47,6 +47,6 @@
|
||||
]
|
||||
},
|
||||
"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