Closed mmenozzi closed 9 years ago
@WouterJ @dbu seems to be failing because of the deprecation notice, do we need to add SYMFONY_DEPRECATIONS_HELPER=weak
to the travis environment?
@dantleech no, we can fix the method calls (don't have to be done in this PR though).
@dantleech can we go for the 1.0.2 ?
@mmenozzi can you add the SYMFONY_DEPRECATIONS_HELPER=weak
to the travis.yml
file in this PR, e.g. https://github.com/symfony-cmf/RoutingAutoBundle/blob/master/.travis.yml#L18
Then the tests should be green and this PR will be mergable.
@dantleech just fix the calls to use getParentDocument instead of getParent.
@mmenozzi ^^ that :)
@dantleech @WouterJ done! :)
:+1:
Have tagged 1.0.2.
This is a backport on 1.0 branch of the feature/bugfix for the Generic intermediates nodes which now will be converted in AutoRoute if needed.