Skip to content
Snippets Groups Projects
Commit 828764d0 authored by Laurent's avatar Laurent
Browse files

fix constant

parent ed1c856d
No related merge requests found
......@@ -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);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment