fix AbstractCommandTest avoiding SplFileInfo mocks

This commit is contained in:
Toni Uebernickel 2014-11-01 15:44:42 +01:00
commit 5e8668a7e0
3 changed files with 20 additions and 28 deletions

View file

@ -306,7 +306,9 @@ abstract class AbstractCommand extends ContainerAwareCommand
}
/**
* @param \Symfony\Component\HttpKernel\Bundle\BundleInterface
* @param \Symfony\Component\HttpKernel\Bundle\BundleInterface $bundle
*
* @return array
*/
protected function getSchemasFromBundle(BundleInterface $bundle)
{