]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Improve install command & add test
authorJeremy <jeremy.benoist@gmail.com>
Sun, 22 Feb 2015 13:35:36 +0000 (14:35 +0100)
committerJeremy <jeremy.benoist@gmail.com>
Sun, 22 Feb 2015 13:35:36 +0000 (14:35 +0100)
commit0bf99bb144561525a34a50315b95efd6f543fe35
treef438281ef6300e2373f049b1d4137a5475794641
parent0bd2cb1ecd2f9194735af77142390a94723d1b39
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)
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadConfigData.php [new file with mode: 0644]
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php [new file with mode: 0644]