mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
fix tests for chill main
This commit is contained in:
@@ -21,9 +21,10 @@ namespace Chill\MainBundle\Test\Search;
|
||||
|
||||
use Chill\MainBundle\Search\SearchProvider;
|
||||
use Chill\MainBundle\Search\SearchInterface;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
|
||||
class SearchProviderTest extends \PHPUnit\Framework\TestCase
|
||||
class SearchProviderTest extends TestCase
|
||||
{
|
||||
|
||||
/**
|
||||
@@ -311,4 +312,4 @@ class SearchProviderTest extends \PHPUnit\Framework\TestCase
|
||||
|
||||
return $mock;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user