mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
fix gitlab ci
This commit is contained in:
@@ -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()
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user