Problem/Motivation
I just discovered that there are two test files testing the D7 node deriver, MigrateNodeDeriverTest.php and NodeMigrateDeriverTest.php. The difference in name made me wonder if NodeMigrateDeriverTest was doing something unusual. It is not, it is just confusing have the two files. Lets merge them into one.
Tagging as a novice task.
Proposed resolution
Move d7\NodeMigrateDeriverTest::testBuilder to d7\MigrateNodeDeriverTest::testBuilder.
Delete the file NodeMigrateDeriverTest.php
Remaining tasks
Make a patch
Review commit