diff --git a/tests/library/Class/Indexation/PseudoNoticeTest.php b/tests/library/Class/Indexation/PseudoNoticeTest.php index 0e5ee372c0015f75ef2cd77ae1e170834f06e464..27e869b453425ae5cf6759836a6bd49c036e0426 100644 --- a/tests/library/Class/Indexation/PseudoNoticeTest.php +++ b/tests/library/Class/Indexation/PseudoNoticeTest.php @@ -129,7 +129,7 @@ class Class_Indexation_PseudoNoticeCmsTest extends Class_Indexation_PseudoNotice ['id' => 43, 'titre' => 'Festival Animation', 'contenu' => 'Ã Annecy']); - Class_Indexation_PseudoNotice::newWith(Class_Indexation_PseudoNotice::TYPE_CMS, + Class_Indexation_PseudoNotice::newWith(Class_TypeDoc::ARTICLE, $article->getRawAttributes())->save(); $this->_notice = Class_Notice::find(1); }