Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2014 at 04:29 UTC
Updated:
20 Jan 2015 at 19:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mile23A patch. Covers ReflectionFactory 100%, reduced CRAP score to 10.
Comment #2
duaelfr12/12 tests PASS
100% coverage !
Good job :)
But...
Missing tiny docblocks? :p
Comment #3
mile23Thanks!
Added docblocks. Also changed the docblock for
StubReflectionFactoryjust a little, and also the return line ofgetPluginClass().Also added beta evaluation.
Comment #4
duaelfrI don't think we absolutely need docblocks on the empty constructors for your stub classes so, let's RTBC.
Good job.
Comment #6
mile23Not really sure why the test fails, especially with just 'Terminated' written over and over in the log.
The tests added here all pass locally, so I'm re-queuing.
Comment #8
mile23Testbot is happy again.
Comment #9
daffie commentedIt was RTBC before the failed retest and nothing has changed, so back to RTBC.
Comment #10
webchickNot really the most qualified to give these sign-off, but they've been sitting here long enough for someone to raise objections, and moar test coverage is never a bad thing.
Committed and pushed to 8.0.x. Thanks!