Skip to content
Snippets Groups Projects
Commit 5902e932 authored by Patrick Barroca's avatar Patrick Barroca
Browse files

rel #40867 : more test

parent b1aca8d1
Branches
Tags
5 merge requests!1659Master,!1618Master,!1610Dev#35088 oai import in cosmogramme,!1595Master,!1590Hotline#40867 traitement bloque indexation des domaines
......@@ -589,4 +589,11 @@ class Class_Indexation_PseudoNoticeSacramentariumTest extends Class_Indexation_P
$this->assertContains('/userfiles/album/144/',
$this->sacramentarium->getBasePath());
}
/** @test */
public function itmeKindShouldBe7() {
$item = $this->_notice->getExemplaires()[0];
$this->assertEquals(7, $item->getGenre());
}
}
\ 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