mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 10:03:49 +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:
@@ -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