Test with Drupal-Rector project to prevent BC breaks early on#3255
Test with Drupal-Rector project to prevent BC breaks early on#3255shaal wants to merge 6 commits intorectorphp:masterfrom
Conversation
This reverts commit 4f16277.
|
This is the Drupal Rector test like in the previous PR (currently fails because of rector-prefix v.0.7.19: These are the temporary tests:
|
|
The prefixed Rector is already tested here: https://github.com/rectorphp/rector-prefixed I removed the test case, because it's responsibility of the external tool to test it's dependencies. |
rectorphp/rector-src@cba980b [NodeRemoval] Refactor NodeRemover to always use removeNode() method to ensure Node in NodesToRemoveCollector (#3255)
This is similar to a previous PR - #3187, but for some reason the Drupal Rector test was removed later on.
Today I found out that rector-prefixed v0.7.19 is breaking Drupal Rector.
This PR has the same test from the previous PR + 2 temporary tests that show v0.7.18 is working well, but v0.7.19 breaks.