Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Update phpunit configuration #866

Merged
merged 1 commit into from
Oct 13, 2015
Merged

Update phpunit configuration #866

merged 1 commit into from
Oct 13, 2015

Conversation

amansilla
Copy link
Contributor

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.

@@ -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>
Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 looks prettier 😉

Copy link
Member

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.

@xabbuh
Copy link
Member

xabbuh commented Oct 9, 2015

👍

1 similar comment
@stof
Copy link
Member

stof commented Oct 9, 2015

👍

@Tobion
Copy link
Contributor

Tobion commented Oct 9, 2015

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

@stof
Copy link
Member

stof commented Oct 9, 2015

and please update the code coverage whitelist too (take it from the 2.7 branch too)

@amansilla
Copy link
Contributor Author

@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.
@amansilla
Copy link
Contributor Author

Is there still any code changes needed or everything is fine?

@Tobion
Copy link
Contributor

Tobion commented Oct 13, 2015

Thank you @amansilla.

@Tobion Tobion merged commit 4bbb548 into symfony:2.3 Oct 13, 2015
Tobion added a commit that referenced this pull request Oct 13, 2015
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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants