Improve install command & add test

Also add fixtures for Config

InstallCommand now check if database, schema are here and ask the user what to do (keep or trash & re-create)
This commit is contained in:
Jeremy
2015-02-22 14:35:36 +01:00
parent 0bd2cb1ecd
commit 0bf99bb144
4 changed files with 333 additions and 83 deletions

View File

@ -49,6 +49,6 @@ class LoadEntryData extends AbstractFixture implements OrderedFixtureInterface
*/
public function getOrder()
{
return 20;
return 30;
}
}