Skip to content
Snippets Groups Projects
Commit 66bdf868 authored by efalcy's avatar efalcy
Browse files

Merge branch...

Merge branch 'hotline#201428_moissonnage_cvs_notices_supprimees_dans_cvs_mais_pas_dans_bokeh' into 'master'

hotline #201428: fix test

See merge request !5005
parents 856d6084 5e31ec16
Branches
Tags
1 merge request!5005hotline #201428: fix test
Pipeline #34387 passed with stage
in 20 minutes and 55 seconds
......@@ -572,9 +572,9 @@ class Cvs2ImporterTest extends Cvs2ActivatedTestCase {
'provenance' => 'Cvs2']);
$this->fixture(Class_Album::class,
['id' => 977483,
['id' => 2474839,
'titre' => 'not delete me',
'id_origine' => '977481',
'id_origine' => '2474839',
'type_doc_id' => 'Cvs2_Izneo',
'provenance' => 'Cvs2']);
......@@ -595,7 +595,7 @@ class Cvs2ImporterTest extends Cvs2ActivatedTestCase {
/** @test */
public function albumDoNotDeleteMeShouldNotBeDeleted() {
$this->assertNotNull(Class_Album::find(789789));
$this->assertNotNull(Class_Album::find(977483));
$this->assertNotNull(Class_Album::find(2474839));
}
......@@ -637,8 +637,8 @@ class Cvs2ImporterTest extends Cvs2ActivatedTestCase {
/** @test */
public function afterEffectShouldBeCreated() {
$album = Class_Album::findFirstBy(['titre' => 'After Effects CS6 : les Fondamentaux']);
public function edikaShouldBeCreated() {
$album = Class_Album::findFirstBy(['titre' => 'Edika']);
$this->assertNotNull($album);
return $album;
}
......
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