fix gitlab ci

This commit is contained in:
2017-06-22 22:01:37 +02:00
parent be2edec605
commit 4144a336ad
5 changed files with 20 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ namespace Chill\PersonBundle\Tests\Entity;
use Chill\PersonBundle\Entity\AccompanyingPeriod;
use Chill\PersonBundle\Entity\Person;
class AccompanyingPeriodTest extends \PHPUnit_Framework_TestCase
class AccompanyingPeriodTest extends \PHPUnit\Framework\TestCase
{
public function testClosingIsAfterOpeningConsistency()

View File

@@ -28,7 +28,7 @@ use Chill\PersonBundle\Entity\AccompanyingPeriod;
/**
* Unit tests for the person Entity
*/
class PersonTest extends \PHPUnit_Framework_TestCase
class PersonTest extends \PHPUnit\Framework\TestCase
{
/**
* Test the creation of an accompanying, its closure and the access to

View File

@@ -29,7 +29,7 @@ use Prophecy\Prophet;
*
* @author Julien Fastré <julien.fastre@champs-libres.coop>
*/
class BirthdateValidatorTest extends \PHPUnit_Framework_TestCase
class BirthdateValidatorTest extends \PHPUnit\Framework\TestCase
{
/**
* A prophecy for \Symfony\Component\Validator\Context\ExecutionContextInterface