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

hotline #81316 fix failure

parent 884e7726
Branches
Tags
3 merge requests!2911Master,!2910Hotline,!2907Hotline#81316 repetion du sommaire pour les notices detaillees de periodiques
Pipeline #5379 passed with stage
in 31 minutes
......@@ -198,9 +198,12 @@ class NoticeIntegrationAloesSerialIndexpressBellesHistoireTest extends NoticeInt
}
/** @test */
public function noArticleShouldHaveBeenSaved() {
$this->assertCount(0, Class_Notice_SerialArticles::findAll());
/**
* @test
* hotline#81316 Before fix save was made by sql registry and wasn't mocked. *
* Now storm save it so we found serial. **/
public function articleShouldHaveBeenSaved() {
$this->assertCount(1, Class_Notice_SerialArticles::findAll());
}
}
......
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