symfony-cmf / Routing

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

Missing test for LazyRouteCollection.php #100

Closed dbu closed 2 years ago

dbu commented 10 years ago

Add coverage for more operations to LazyRouteCollectionTest

dawehner commented 10 years ago

So what is the usual way how you deal with issues which will be solved by other issues anyway?

dbu commented 10 years ago

if you handle this in your pull request, best list it in the fixes row of the PR pattern. otherwise i will go over the backlog and at some point hopefully realize its closed, or do the missing things :-)

so no real process - we don't have that many tickets that it is impossible to keep an overview. does that answer the question?

dbu commented 10 years ago

a first test was added in #114 , but there are more methods to cover, so lets keep this open.