| 1 | <?php |
||
| 7 | class PathExpanderSpec extends ObjectBehavior |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @param Symfony\Component\HttpKernel\KernelInterface $kernel |
||
| 11 | * @param Symfony\Component\HttpKernel\Bundle\BundleInterface $bundle |
||
| 12 | */ |
||
| 13 | public function let($kernel, $bundle) |
||
| 21 | |||
| 22 | public function it_should_expand_bundle_paths($kernel, $bundle) |
||
| 26 | |||
| 27 | public function it_should_not_change_other_paths() |
||
| 31 | } |
||
| 32 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.