Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
phpunit
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Jan 2015 at 10:28 UTC
Updated:
17 Feb 2015 at 10:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Cogax commentedComment #2
Cogax commentedI've updated some @covers docs.
Comment #3
daffie commentedGood work @Cogax!
It all looks good to me.
All the @covers are now in order with one exception. That is in "tests/Drupal/Tests/Core/Routing/RouteMatchTest.php" on line 33: "* @covers \Drupal\Core\Routing\NullRouteMatch" which is pointing to another class. Lets fix that in a followup that also removes some dependencies and adds some mocks to the test class.
It gets a RTBC from me.
Comment #6
daffie commentedBack to RTBC.
Comment #7
mile23Just want to bring folks' attention to this: #2415441: Automate finding @covers errors
Comment #8
alexpottCommitted 22a1fd6 and pushed to 8.0.x. Thanks!