Refactoring : removing useless line return

This commit is contained in:
Marc Ducobu 2015-03-05 19:19:22 +01:00
parent 0051a73a26
commit b85f3e396c

View File

@ -83,7 +83,6 @@ class PersonTest extends \PHPUnit_Framework_TestCase
/**
* Test if the getAccompanyingPeriodsOrdered function, for periods
* starting at the same time order regarding to the closing date.
*
*/
public function testAccompanyingPeriodOrderSameDateOpening() {
$d = new \DateTime("2013/2/1");