aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-09-28 20:26:37 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-09-28 20:26:37 +0200
commit02d17813a11d27e0232c38d1adf037cefdb176c1 (patch)
tree3e4be06bd9dde18c9b64ee34ced5850523849e6b /src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
parent159986c4fbf63dd93136ea5c52ff0be705aefaf3 (diff)
downloadwallabag-02d17813a11d27e0232c38d1adf037cefdb176c1.tar.gz
wallabag-02d17813a11d27e0232c38d1adf037cefdb176c1.tar.zst
wallabag-02d17813a11d27e0232c38d1adf037cefdb176c1.zip
Fix tests for all
Diffstat (limited to 'src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php')
-rw-r--r--src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
index b4b685f9..7e64c5e1 100644
--- a/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
+++ b/src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
@@ -87,6 +87,7 @@ class LoadEntryData extends AbstractFixture implements OrderedFixtureInterface
87 $entry5->setContent('This is my content /o/'); 87 $entry5->setContent('This is my content /o/');
88 $entry5->setStarred(true); 88 $entry5->setStarred(true);
89 $entry5->setLanguage('fr'); 89 $entry5->setLanguage('fr');
90 $entry5->setPreviewPicture('http://0.0.0.0/image.jpg');
90 91
91 $manager->persist($entry5); 92 $manager->persist($entry5);
92 93