neos / rector

Neos Rector Recipes for code migrations
6 stars 4 forks source link

Add test cases that test the complete set #79

Open bwaidelich opened 1 month ago

bwaidelich commented 1 month ago

There are quite a lot of tests covering the behavior of each individual rector. But so far there is no test that covers the behavior of the contentrepository-90 ruleset itself.

IMO we should add that, because it would be a good start to report (and fix) bugs in our rector migration:

  1. Extend the test case reproducing the wrong behavior
  2. Fix set/rules until the tests are green again