Skip to content
Snippets Groups Projects

explo new storm with more volatile

Merged Sebastien ANDRE requested to merge explo_new_storm into master
Compare and Show latest version
1 file
+ 3
31
Preferences
Compare changes
@@ -370,21 +370,6 @@ class KohaRecordIntegrationVagabondWithThesaurusOn702DollarATest extends KohaRec
'rule_list_zone' => ['610', '995'],
'rule_list_label_field' => ['a', 'e']]);
$loader = $this->onLoaderOfModel('Class_CodifThesaurus');
$loader
->whenCalled('findFirstBy')
->with(['code' => 'authors',
'where' => 'id_thesaurus like "AUTH%"',
'order' => 'id_thesaurus desc'])
->answers($marcel)
->whenCalled('findFirstBy')
->with(['code' => 'document',
'where' => 'id_thesaurus like "DOCU%"',
'order' => 'id_thesaurus desc'])
->answers($docu);
$this->loadNotice('unimarc_vagabond');
$this->_notice = Class_Notice::find(1);
}
@@ -512,21 +497,6 @@ class KohaRecordIntegrationVagabondWithTooMany610aTest extends KohaRecordIntegra
'libelle_facette' => 'rime',
'rules' => null]);
$loader = $this->onLoaderOfModel('Class_CodifThesaurus');
$loader
->whenCalled('findFirstBy')
->with(['code' => 'authors',
'where' => 'id_thesaurus like "AUTH%"',
'order' => 'id_thesaurus desc'])
->answers($marcel)
->whenCalled('findFirstBy')
->with(['code' => 'document',
'where' => 'id_thesaurus like "DOCU%"',
'order' => 'id_thesaurus desc'])
->answers($docu);
$this->loadNotice('unimarc_vagabond');
$this->_notice = Class_Notice::find(1);
}
@@ -546,7 +516,9 @@ class KohaRecordIntegrationVagabondWithTooMany610aTest extends KohaRecordIntegra
class KohaRecordIntegrationEscapableAnnexeCodesTest extends KohaRecordIntegrationTestCase {
class KohaRecordIntegrationEscapableAnnexeCodesTest
extends KohaRecordIntegrationTestCase {
public function setUp() {
parent::setUp();