Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.x] Fix incorrect namespaces in tests #11149

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

duncanmcclean
Copy link
Member

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:

CleanShot 2024-11-20 at 16 25 07

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.

CleanShot 2024-11-20 at 16 28 54

@jasonvarga jasonvarga merged commit 37c3787 into 5.x Nov 21, 2024
17 checks passed
@jasonvarga jasonvarga deleted the fix-incorrect-namespaces-in-tests branch November 21, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants