mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
fix gitlab-ci
- remove php 5.6; - fix some namespace problem with PHPUnit in tests ; - add phpunit to vendors
This commit is contained in:
@@ -28,7 +28,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilderInterface;
|
||||
*
|
||||
* @author Julien Fastré <julien.fastre@champs-libres.coop>
|
||||
*/
|
||||
class ConfigConsistencyCompilerPassTest extends \PHPUnit_Framework_TestCase
|
||||
class ConfigConsistencyCompilerPassTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
|
||||
/**
|
||||
|
@@ -25,7 +25,7 @@ namespace Chill\MainBundle\Tests\Search;
|
||||
*
|
||||
* @author Julien Fastré <julien.fastre@champs-libres.coop>
|
||||
*/
|
||||
class AbstractSearchTest extends \PHPUnit_Framework_TestCase
|
||||
class AbstractSearchTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
/**
|
||||
* @var \Chill\MainBundle\Search\AbstractSearch
|
||||
|
@@ -23,7 +23,7 @@ use Chill\MainBundle\Search\SearchProvider;
|
||||
use Chill\MainBundle\Search\SearchInterface;
|
||||
|
||||
|
||||
class SearchProviderTest extends \PHPUnit_Framework_TestCase
|
||||
class SearchProviderTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user