mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 01:55:01 +00:00
Fix call within DI for referrer filter test
This commit is contained in:
@@ -31,7 +31,7 @@ final class ReferrerFilterTest extends AbstractFilterTest
|
|||||||
{
|
{
|
||||||
self::bootKernel();
|
self::bootKernel();
|
||||||
|
|
||||||
$this->filter = self::$container->get('chill.person.export.filter_referrer');
|
$this->filter = self::$container->get(ReferrerFilter::class);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getFilter()
|
public function getFilter()
|
||||||
|
Reference in New Issue
Block a user