-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Keeping the test-utils class while removing the tests. #3158
Comments
As |
This seems like a great solution indeed. The only files which won't work is the
Don't know if this file should be excluded or instead modified to check for the existence of |
That was my thought too. I figure checking for it before including it might be the way to go here. |
I welcome this change very much. To add my 2 cents: Everything that will remain in the composer package after this change must necessarily be namespaced. I'm currently running into an issue where my IDE is showing wrong quick help for Note the wrong return type |
I saw multiple issue about adding or removing the tests from the gitattributes
#548
#1908
Imho there is two king of files in the tests/ dirs
I think the best would be to exclude the first ones but keep the second one (for developper which use them to run test
For instance, it's right to export-ignore this in the next major.
But I'm more concern about this line
When we're writing on our sniff,
The class
tests\Standards\AbstractMethodUnitTest
is useful.Same for
tests\bootstrap.php
and maybe others (and all the dependencies).Maybe there's something to do about it, like not excluding everything or moving some files somewhere else.
The text was updated successfully, but these errors were encountered: