Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
phpunit
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2015 at 04:03 UTC
Updated:
2 Apr 2015 at 16:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
drunken monkeyI think we can even do better and just recurse if we get a
TestSuiteobject. Then we'll only skip those tests if we get a class that isn't a subclass of either (if that can happen).Patch attached.
Also, adding #2415441: Automate finding @covers errors as a related issue to improve findability.
Comment #2
neclimdulYeah, that probably is better. It doesn't 100% solve my problem though because now those tests triggers #2443885: DrupalStandardsListener causes errors when it cannot retrieve test results. Missing abstract keyword.. :)
After that's in I think we can mark this RTBC.
Comment #3
drunken monkeyAh, yes, same for me …
But just when I wanted to comment there, it was committed. So if the patch works for you, please mark as RTBC (I don't want to do it for my own patch).
Comment #4
neclimdulAnd that's committed now so RTBC!
Comment #5
alexpottCommitted cdc9a44 and pushed to 8.0.x. Thanks!
Thanks for adding the beta evaluation to the issue summary