| 1 | <?php |
||
| 8 | class RequestSpec extends ObjectBehavior |
||
| 9 | { |
||
| 10 | function let() |
||
| 14 | |||
| 15 | function it_throw_exception_when_created_with_not_string_route() |
||
| 19 | |||
| 20 | function it_throw_exception_when_created_with_empty_route() |
||
| 24 | |||
| 25 | function it_always_uppercase_allowed_methods() |
||
| 30 | |||
| 31 | function it_always_return_path_with_slash_at_the_beginning() |
||
| 36 | |||
| 37 | function it_always_return_path_with_single_slash_at_the_beginning() |
||
| 42 | } |
||
| 43 |