-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
@@ -11,6 +11,7 @@ | |||
<testsuite name="Project Test Suite"> | |||
<directory>../src/*/*Bundle/Tests</directory> | |||
<directory>../src/*/Bundle/*Bundle/Tests</directory> | |||
<directory>../src/*Bundle/Tests</directory> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can move this up so that we have the same order here as in the filter below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 looks prettier 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah sorry, I did not see that we had it in the other order in the 2.7
branch.
👍 |
1 similar comment
👍 |
Please change the order of the directories to be the same as in 2.7 to ease merging: https://github.com/symfony/symfony-standard/blob/2.7/app/phpunit.xml.dist |
and please update the code coverage whitelist too (take it from the 2.7 branch too) |
@stof the code coverage whitelist is already up to date I guess, isn't? |
Fix a problem since the bundle without vendor name directly inside the src directory are not going to be tested.
Is there still any code changes needed or everything is fine? |
Thank you @amansilla. |
This PR was merged into the 2.3 branch. Discussion ---------- Update phpunit configuration | Q | A | ------------- | --- | Doc fix? | no | New docs? | no | Applies to | 2.3 | Fixed tickets | #865 Fix a problem since the bundle without vendor name directly inside the src directory are not going to be tested. Commits ------- 4bbb548 Update phpunit configuration
Fix a problem since the bundle without vendor name directly
inside the src directory are not going to be tested.