There are a couple of warnings in the phpunit coverage tests. The errors in UrlTest and TokenUnitTest where typo's, The errors in the filesystem tests are because having 2 defaults doesn't make sense. Splitting the tests provides more clear coverage as well.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | test-coverage-errors-9.patch | 6.38 KB | neclimdul |
Comments
Comment #1
neclimdulComment #3
neclimdulGreat minds apparently. #2245185: Fix invalid @covers usage did one of the typo fixes and a different approach to the File tests so this is basically a follow up. I would still like to split the File tests to make it clear what's being tested.
Comment #4
tim.plunkettNote to future reviewers, this is a copy not a move.
I think it looks good, nice finds.
Comment #6
neclimdul3: test-coverage-errors.patch queued for re-testing.
Comment #7
dawehnerback to rtbc.
Comment #9
neclimdulStraight re-roll. Don't know what the failure was, the merge had no conflicts.
Comment #10
neclimdulgoing to be bold and bump this back to rtbc.
Comment #12
webchickThis diff looked like it was deleting a crap-ton of tests, but:
clears that up.
Committed and pushed to 8.x. Thanks!