Skip to content
Snippets Groups Projects
Commit c546c205 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

hotline #43155 : fix failures

parent 896ace12
Branches
Tags
4 merge requests!2080Sandbox detach zf from storm,!1943Hotline master,!1942Stable,!1938hotline #43155 : better handling off batch errors in integration phase
......@@ -100,7 +100,7 @@ class PhaseBatchsCronRunTest extends PhaseBatchsTestCase {
/** @test */
public function shouldDisplayBatchLabel() {
$this->assertLogContains('<span class="vert">Testing Batch: OK</span><br/>');
$this->assertLogContains('Testing Batch OK');
}
......@@ -112,7 +112,7 @@ class PhaseBatchsCronRunTest extends PhaseBatchsTestCase {
/** @test */
public function shouldDisplayElapsedTime() {
$this->assertLogContains('Temps de traitement');
$this->assertLogContains('temps de traitement');
}
......
......@@ -133,6 +133,6 @@ class PhaseItemFacetsExpectedExceptionPhaseTest extends PhaseItemFacetsTestCase
/** @test */
public function logShouldContainsPhaseLabel() {
$this->assertLogContains('<h4>Mise à jour des facettes exemplaires</h4><span class="vert"> 0 records updated </span><p class="rouge">Erreur lors de l\'execution de la phase Mise à jour des facettes exemplaires : <br/>Invalid argument supplied for foreach()');
$this->assertLogContains('<h4>Mise à jour des facettes exemplaires</h4> <span class="vert"> 0 records updated </span> <p class="rouge">Erreur lors de l\'execution de la phase Mise à jour des facettes exemplaires : <br/>Invalid argument supplied for foreach()');
}
}
\ No newline at end of file
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