Skip to content
Snippets Groups Projects
Commit ba48ecf7 authored by vinot's avatar vinot
Browse files

vérification rechercheControllerTest : bug

Fatal error: Call to undefined function xdebug_call_file() in bokeh-dev\library\storm\src\Storm\Test\ObjectWrapper.php on line 68
parent b0f78ef8
Branches
Tags
3 merge requests!1141Hotline#29492 desactivation suggestion d achat,!1139Blocage suggestions,!1136Blocage suggestions
......@@ -73,9 +73,9 @@ class RechercheControllerPrintTest extends RechercheControllerNoticeTestCase {
public function setUp() {
parent::setUp();
$this->fixture('Class_ModeleFusion', ['id' => 1,
'nom' => 'article',
'contenu' => '<p><h1> {notice.titre_principal}</h1> <div>{notice.article.contenu} </div>
$this->fixture('Class_ModeleFusion', ['id' => 1,
'nom' => 'article',
'contenu' => '<p><h1> {notice.titre_principal}</h1> <div>{notice.article.contenu} </div>
{notice.avis[<p>{avis}</p>]}
</p>',
'profil_ids' => '3;4',
......
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