Skip to content
Snippets Groups Projects
Commit 105c99df authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

rel #24999 : fix test failure

parent 0b7301a6
Branches
Tags
3 merge requests!1132Hotline#29412 images des articles dans le resultat de recherche,!1120Master,!1108Hotline#24999 gestion des isbn a l import cosmogramme
......@@ -38,18 +38,6 @@ class NoticeUnimarcThesaurusFieldTest extends ModelTestCase {
/** @see http://forge.afi-sa.fr/issues/24999 */
class NoticeUnimarcMultipleIsbnTest extends ModelTestCase {
public function setUp() {
parent::setUp();
Storm_Model_Loader::defaultToVolatile();
}
public function tearDown() {
Storm_Model_Loader::defaultToDb();
parent::tearDown();
}
/** @test */
public function withTwoIsbnsShouldKeepIsbn13() {
$type_doc = [['code' => '0', 'label' => '', 'zone_995' => '' ],
......
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