Skip to content
Snippets Groups Projects
Commit 5daf2f12 authored by llaffont's avatar llaffont
Browse files

Correction sélection profil téléphone sur recherche

parent 73afd638
Branches
Tags
No related merge requests found
......@@ -25,8 +25,7 @@
// 3=liste vignette
// 4= Liste images bookflip
//////////////////////////////////////////////////////////////////////////////////////////
class ZendAfi_View_Helper_ListeNotices extends ZendAfi_View_Helper_BaseHelper
{
class ZendAfi_View_Helper_ListeNotices extends ZendAfi_View_Helper_BaseHelper {
/**
* @param array $notices
* @param int $nombre_resultats
......
......@@ -23,6 +23,9 @@ require_once 'AbstractControllerTestCase.php';
class Telephone_RechercheControllerSimpleSeveralInexistingWordsActionTest extends AbstractControllerTestCase {
public function setUp() {
parent::setUp();
Class_Profil::getCurrentProfil()->beTelephone();
$this->postDispatch('/telephone/recherche/simple',
array('expressionRecherche' => 'zzriuezz greuieub brfauiok'));
}
......
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