PHPUnit doesn't report all risky tests#8
Closed
PVince81 wants to merge 3 commits into
Closed
Conversation
|
|
Contributor
Author
|
(ignore the failing test, you can make it disappear by checking out the branch |
Contributor
Author
|
Raised in core: owncloud/core#26772 |
Member
set the branch name in travis.yml - https://github.com/owncloud/customgroups/pull/8/files#diff-354f30a63fb0907d4ad57269548329e3R9 |
Contributor
Author
|
@DeepDiver1975 not needed, I'd rather have the core branch merged soon... |
Contributor
Author
|
Okay, I pushed the setting about empty tests to the app branch: #1 Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@DeepDiver1975 see the two test classes
CustomGroupsBackendTestandCustomGroupsManagerTest.Each class has one empty test class.
When you run the tests with
make test-php(orcd tests/unit; phpunit), it will only report one risky test:For some reason any risky tests inside of the first class alphabetically
CustomGroupsBackendTestare ignored.