-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Move PHPUnit tests folder into the root folder #359
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
Conversation
|
👍 |
|
I agree with this change, but I'd like to read other opinions. Apparently, Symfony doesn't recommend this practice officially. |
|
I'm wondering to hear other opinions too. BTW, |
|
I think that holding the folder with tests in the root directory just makes it easier to launch the tests: |
|
@voronkovich good point ... but if I'm right, that's achieved by moving the |
|
@javiereguiluz, you're right, I mistakenly confused the test directory and phpunit.xml file. So, I don't have any opinion about this PR :( |
|
@javiereguiluz, there is an explanation why tests folder was moved to the root directory in the symfony-standard. See symfony/symfony-standard@d0311d2#commitcomment-15653984 |
|
The namespace of the |
|
@bocharsky-bw But the namespace should be |
|
And to be consistent with the Symfony Standard Edition we would need to have a |
|
@xabbuh Ah, you're totally right, I missed Thanks for notice it! I'll fix it soon. |
|
Done. |
|
👍 |
|
Thank you @bocharsky-bw. |
No description provided.