forked from wallabag/wallabag
Entry: add archived_at property and updateArchived method
This commit is contained in:
committed by
Jeremy Benoist
parent
2f3af70e1a
commit
7975395d10
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user