diff --git a/tests/DependencyInjection/Compiler/SitemapProviderPassTest.php b/tests/DependencyInjection/Compiler/SitemapProviderPassTest.php index 19111e21..c104ae09 100644 --- a/tests/DependencyInjection/Compiler/SitemapProviderPassTest.php +++ b/tests/DependencyInjection/Compiler/SitemapProviderPassTest.php @@ -102,16 +102,4 @@ private function assertContainerBuilderDoesNotHaveServiceDefinitionWithMethodCal new \PHPUnit_Framework_Constraint_Not(new DefinitionHasMethodCallConstraint($method)) ); } - - /** - * @return array - */ - public function providers(): array - { - return [ - ['products'], - ['taxons'], - ['static'], - ]; - } }