Skip to content
Snippets Groups Projects
Commit 1b4ab68c authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #18668 fix ortho

parent a0918402
Branches
Tags
3 merge requests!896Master,!850Master,!833Hotline #18668 wkipedia api
......@@ -27,7 +27,7 @@ class ZendAfi_View_Helper_BiographieAuthorTest extends ViewHelperTestCase {
$this->_helper = new ZendAfi_View_Helper_Biographie();
$this->_helper->setView($view);
$this->_html = $this->_helper->renderBiographie(['source' => 'wiki',
'biographie' => '<p>An html biographie !</p>'],
'biographie' => '<p>A html biographie !</p>'],
$this->fixture('Class_Notice',
['id' => 1]));
}
......@@ -35,7 +35,7 @@ class ZendAfi_View_Helper_BiographieAuthorTest extends ViewHelperTestCase {
/** @test */
public function biographieShouldContainsHtml() {
$this->assertEquals('<p >Source : wiki</p><p>An html biographie !</p>', $this->_html);
$this->assertEquals('<p >Source : wiki</p><p>A html biographie !</p>', $this->_html);
}
}
?>
\ No newline at end of file
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