You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current test case classes has no namespace.
I think it is better they have also namespaces. It avoids class name collisions.
And in my opinion, it is the best that a test case class has the same namespace as the class under test.
In that case, we can write class names in test code with the same style as the class under test.
What do you think?
The text was updated successfully, but these errors were encountered:
I have no problem with those changes. Sounds like good organization. As long as it works without changing the autoloaders, I'm good. I look forward to the pull request.
The current test case classes has no namespace.
I think it is better they have also namespaces. It avoids class name collisions.
And in my opinion, it is the best that a test case class has the same namespace as the class under test.
In that case, we can write class names in test code with the same style as the class under test.
What do you think?
The text was updated successfully, but these errors were encountered: