Skip to content
Snippets Groups Projects
Commit 487a9d03 authored by Alex Arnaud's avatar Alex Arnaud Committed by Julian Maurice
Browse files

dev#14944 - Fix test failure

parent b631267a
Branches
Tags
2 merge requests!780Master,!703Dev#14944 record to album link indexing
......@@ -120,7 +120,9 @@ class BatchLoaderWithRessourcesNumeriquesTest extends Storm_Test_ModelTestCase {
class BatchIndexRessourcesNumeriquesTest extends Storm_Test_ModelTestCase {
public function setUp() {
$album = $this->fixture('Class_Album', ['id' => 1, 'libelle' => 'Mon Album']);
$album = $this->fixture('Class_Album', ['id' => 1,
'libelle' => 'Mon Album',
'status' => Class_Album::STATUS_VALIDATED]);
Class_Notice::beVolatile();
$mock = Storm_Test_ObjectWrapper::mock();
......
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