mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
fix tests failed in exports
This commit is contained in:
@@ -30,7 +30,7 @@ final class CountPersonTest extends AbstractExportTest
|
||||
{
|
||||
self::bootKernel();
|
||||
|
||||
$this->export = self::$container->get('chill.person.export.export_count_person');
|
||||
$this->export = self::$container->get('chill.person.export.count_person');
|
||||
}
|
||||
|
||||
public function getExport()
|
||||
|
Reference in New Issue
Block a user