Skip to content
Snippets Groups Projects
Commit d0e9e779 authored by efalcy's avatar efalcy
Browse files

correction tests

parent 9bb8b3a8
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ class ZendAfi_View_Helper_Accueil_Catalogue extends ZendAfi_View_Helper_Accueil_
if(count($ids) > 0)
{
$notice=new Class_Notice();
foreach($ids as $lig) $ret[]=$notice->getNotice($lig["id_notice"],"TA");
foreach($ids as $lig) $ret[]=$notice->getNotice($lig["id_notice"],"JA");
}
// Html avec le view helper
......
......@@ -224,7 +224,9 @@ class UsersTestSave extends ModelTestCase {
'adresse' => '',
'code_postal' => '',
'ville' => '',
'id_sigb' => null));
'id_sigb' => null,
'is_contact_sms' => 0,
'is_contact_mail' => 0));
$coltrane = new Class_Users();
$coltrane
......@@ -261,7 +263,9 @@ class UsersTestSave extends ModelTestCase {
'adresse' => '',
'code_postal' => '',
'ville' => '',
'id_sigb' => null),
'id_sigb' => null,
'is_contact_sms' => 0,
'is_contact_mail' => 0),
'id_user=\'34\'');
Class_Users::getLoader()
......
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