aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
diff options
context:
space:
mode:
authorJeremy <jeremy.benoist@gmail.com>2015-02-22 14:35:36 +0100
committerJeremy <jeremy.benoist@gmail.com>2015-02-22 14:35:36 +0100
commit0bf99bb144561525a34a50315b95efd6f543fe35 (patch)
treef438281ef6300e2373f049b1d4137a5475794641 /src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
parent0bd2cb1ecd2f9194735af77142390a94723d1b39 (diff)
downloadwallabag-0bf99bb144561525a34a50315b95efd6f543fe35.tar.gz
wallabag-0bf99bb144561525a34a50315b95efd6f543fe35.tar.zst
wallabag-0bf99bb144561525a34a50315b95efd6f543fe35.zip
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)
Diffstat (limited to 'src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php')
-rw-r--r--src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
index 520b44b8..3be323ed 100644
--- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
+++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
@@ -49,6 +49,6 @@ class LoadEntryData extends AbstractFixture implements OrderedFixtureInterface
49 */ 49 */
50 public function getOrder() 50 public function getOrder()
51 { 51 {
52 return 20; 52 return 30;
53 } 53 }
54} 54}