1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-05 18:41:02 +00:00

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;
}
}