symfony-cmf/routing-auto

Validate for missing tokens

dantleech opened this issue · 1 comments

e.g.

path: /path/to/{this}/{that}
provides:
    that: [ foo, [] ]

We should throw an exception:

Found token `{that}` but there was no corresponding token provider

Fixed in #34