diff --git a/tests/application/modules/opac/controllers/RechercheControllerAlbumAudioRecordTest.php b/tests/application/modules/opac/controllers/RechercheControllerAlbumAudioRecordTest.php index 5b8754c0a0cf3c251e83a9d4764cd993de1ef0dc..fd431e56f5e5aac84b28328c61f68c7744cb83be 100644 --- a/tests/application/modules/opac/controllers/RechercheControllerAlbumAudioRecordTest.php +++ b/tests/application/modules/opac/controllers/RechercheControllerAlbumAudioRecordTest.php @@ -86,7 +86,6 @@ abstract class RechercheControllerAlbumAudioRecordTestCase extends AbstractContr $album->assertSave(); $album->index(); - $this->_notice = Class_Exemplaire::findFirstBy(['id_origine' => 4])->getNotice(); }