Changing comments : history -> accompanying period

This commit is contained in:
Marc Ducobu 2015-02-12 16:40:38 +01:00
parent fe825e4979
commit 0157c3c9ba

View File

@ -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()
{