fix gitlab-ci

- remove php 5.6;
- fix some namespace problem with PHPUnit in tests ;
- add phpunit to vendors
This commit is contained in:
2017-06-20 18:09:55 +02:00
parent 0e8c9bd565
commit 07aca6c4a3
5 changed files with 20 additions and 16 deletions

View File

@@ -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