| 1 | <?php |
||
| 7 | class RequestManipulatorSpec extends ObjectBehavior |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @param Symfony\Component\HttpFoundation\Request $request |
||
| 11 | * @param Symfony\Component\HttpFoundation\ParameterBag $attributesBag |
||
| 12 | */ |
||
| 13 | function let($request, $attributesBag, $queryBag, $requestBag) |
||
| 17 | |||
| 18 | function it_should_get_an_attribute_from_the_given_request($request, $attributesBag) |
||
| 24 | |||
| 25 | function it_should_indicate_whether_the_given_request_has_a_specific_attribute($request, $attributesBag) |
||
| 31 | |||
| 32 | function it_should_set_an_attribute_from_the_given_request($request, $attributesBag) |
||
| 38 | } |
||
| 39 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.