From 0157c3c9bac3d2ef7cee6b9191acf67b99409ad4 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Thu, 12 Feb 2015 16:40:38 +0100 Subject: [PATCH] Changing comments : history -> accompanying period --- Tests/Controller/AccompanyingPeriodControllerTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Tests/Controller/AccompanyingPeriodControllerTest.php b/Tests/Controller/AccompanyingPeriodControllerTest.php index 89b5c1598..2569300fc 100644 --- a/Tests/Controller/AccompanyingPeriodControllerTest.php +++ b/Tests/Controller/AccompanyingPeriodControllerTest.php @@ -134,7 +134,7 @@ class AccompanyingPeriodControllerTest extends WebTestCase * and we fill the close form (at /en/person/[id]/accompanying-period/close * with : dateClosing: 2015-02-01 * with : the last closing motive in list - * Then the response should redirect to history view + * Then the response should redirect to period view * And the next page should have a `.error` element present in page * * @todo @@ -168,7 +168,7 @@ class AccompanyingPeriodControllerTest extends WebTestCase * and we fill the close form (at /en/person/[id]/accompanying-period/close * with : dateClosing: 2014-01-01 * with : the last closing motive in list - * Then the response should redirect to history view + * Then the response should redirect to period view * And the next page should have a `.error` element present in page * * @todo @@ -203,7 +203,7 @@ class AccompanyingPeriodControllerTest extends WebTestCase * with : dateClosing: 2014-12-31 * with : dateOpening: 2014-01-01 * with : the last closing motive in list - * Then the response should redirect to history view + * Then the response should redirect to period view */ public function testAddNewPeriodBeforeActual() { @@ -353,7 +353,7 @@ class AccompanyingPeriodControllerTest extends WebTestCase * with : dateClosing: 2014-01-01 (before opening) * with : dateOpening: 2015-01-01 * with : the last closing motive in list - * Then the response should redirect to history view + * Then the response should redirect to period view */ public function testCreatePeriodWithClosingBeforeOpeningFails() {