Skip to content

Commit

Permalink
Remove unused dataProvider method
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandoorn committed Oct 19, 2017
1 parent 1f2cc52 commit 160c04b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/DependencyInjection/Compiler/SitemapProviderPassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
];
}
}

0 comments on commit 160c04b

Please sign in to comment.