diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-09-28 20:26:37 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-09-28 20:26:37 +0200 |
commit | 02d17813a11d27e0232c38d1adf037cefdb176c1 (patch) | |
tree | 3e4be06bd9dde18c9b64ee34ced5850523849e6b /src/Wallabag/CoreBundle/DataFixtures | |
parent | 159986c4fbf63dd93136ea5c52ff0be705aefaf3 (diff) | |
download | wallabag-02d17813a11d27e0232c38d1adf037cefdb176c1.tar.gz wallabag-02d17813a11d27e0232c38d1adf037cefdb176c1.tar.zst wallabag-02d17813a11d27e0232c38d1adf037cefdb176c1.zip |
Fix tests for all
Diffstat (limited to 'src/Wallabag/CoreBundle/DataFixtures')
-rw-r--r-- | src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php | 1 |
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 | ||