While working on #11114, I noticed that quite a few of our test classes have incorrect namespaces, leading to warnings when you run composer dump-autoload:
This PR fixes the namespaces for most of the classes mentioned in the above screenshots. I've ignored the ones coming from fixtures since they don't really need namespaces.
While working on #11114, I noticed that quite a few of our test classes have incorrect namespaces, leading to warnings when you run
composer dump-autoload
:This PR fixes the namespaces for most of the classes mentioned in the above screenshots. I've ignored the ones coming from fixtures since they don't really need namespaces.