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

Entry: add archived_at property and updateArchived method

This commit is contained in:
Sébastien Viande 2018-04-11 11:42:52 +02:00 committed by Jeremy Benoist
parent 2f3af70e1a
commit 7975395d10
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
13 changed files with 132 additions and 15 deletions

View file

@ -849,7 +849,7 @@ class ConfigControllerTest extends WallabagCoreTestCase
$entryArchived->setContent('Youhou');
$entryArchived->setTitle('Youhou');
$entryArchived->addTag($tagArchived);
$entryArchived->setArchived(true);
$entryArchived->updateArchived(true);
$em->persist($entryArchived);
$annotationArchived = new Annotation($user);