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

hotline#12792 fix test failure

parent f6fa7361
Branches
Tags
5 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!63Rf13038,!56Rf13038 Front,!31Hotline 6.40,!27Hotline#12792
......@@ -142,6 +142,23 @@ class TypeDocsControllerEditTest extends AbstractTypeDocsControllerTestCase {
class TypeDocsControllerEditEPubTest extends AbstractTypeDocsControllerTestCase {
public function setUp() {
parent::setUp();
$this->fixture('Class_Bib', ['id' => '2', 'libelle' => 'Chambery', 'visibilite' => 2]);
$this->fixture('Class_Bib', ['id' => '3', 'libelle' => 'Annecy', 'visibilite' => 2]);
$this->fixture('Class_CodifAnnexe', ['id' => 73,
'libelle' => 'News',
'invisible' => 0,
'code' => 4]);
$this->fixture('Class_CodifAnnexe', ['id' => 93,
'libelle' => 'Bd',
'invisible' => 0,
'code' => 8]);
$this->fixture('Class_CodifSection', ['id' => 9, 'libelle' => 'Adultes']);
$this->fixture('Class_CodifSection', ['id' => 10, 'libelle' => 'Jeunes']);
$this->fixture('Class_CodifTypeDoc', ['id' => 102,
'famille_id' => Class_CodifTypeDoc::LIVRE,
'bibliotheques' => '2;3',
......
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