Closed ElectricMaxxx closed 7 years ago
@wouterj you didn't have those breaking build for php 7.0 and symfony 3.0 (deprecations) on routing and core, right?
i think the failing build is a phpunit or phpunit-bridge problem. The failing one calls a new composer update with a version change -> dev-master came into the field. it seems that a different phpunit version is the trigger for that behavior. I have 5.3.5
for the failing one and 4.8.30
of the green ones.
It can not be the phpunit version as i have the same that fails on green one too. The phpunit version seems to correlate to the php version. But for some reasons the simple-phpunit scripts seems to change the dependencies befor testing on the failing build. I think the reason is: i get dev-master of phpunit-bridge instead of 3.2.
@wouterj you know why?
Got it. Thanks to @wouterj He describes, that the major point is the amount of deprecation warning. So using weak for the broken test solves my problem.
@symfony-cmf/contributors ready to review, please.
@wouterj ok for you too? (still got a declined review from you side)
the removement is merged, so lets do it here too.
Todo: