Skip to content
Snippets Groups Projects
Commit 284ce14c authored by llaffont's avatar llaffont
Browse files

Correction test sur le combo sélection type doc

parent ce8ffaeb
Branches
Tags
No related merge requests found
......@@ -46,7 +46,7 @@ class ZendAfi_View_Helper_ComboCodificationTest extends ViewHelperTestCase {
/** @test */
public function numericBooksTypeShouldBePresent() {
$this->assertXPath($this->_html, '//option[@value="' . Class_TypeDoc::LIVRE_NUM . '"]');
public function livreTypeShouldBePresent() {
$this->assertXPath($this->_html, '//option[@value="' . Class_TypeDoc::LIVRE . '"]');
}
}
\ 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