symfony-cmf / Routing

Routing component building on the Symfony Routing component
Other
288 stars 69 forks source link

Trigger deprecation notice #156

Closed wouterj closed 8 years ago

dbu commented 8 years ago

build is now failing because of our deprecation notice... how can we not fail because of it? we should still test it while its there

wouterj commented 8 years ago

@dbu by marking the tests as legacy (either by prefixing the method name with testLegacy instead of test or the class with Legacy....Test or by putting them in the legacy group).