Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Jul 2013 at 00:05 UTC
Updated:
29 Jul 2014 at 22:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhedstromThis increases coverage to 100%. Some acrobatics involved to hit all the code (start, stop, start, etc).
Comment #2
dawehnerI guess we want to rename the class as well?
Comment #3
jhedstromGood catch!
Comment #5
dawehner#3: timer-phpunit-2049817-03.patch queued for re-testing.
Comment #6
dawehnerGreat!
Comment #7
webchickAwesome work!
I was a bit confused on why we rename the class here, but Daniel pointed out it was a PHPUnit naming convention that allows you to easily swap back and forth between the class and its tests in IDEs like PHPStorm. Fair enough!
Committed and pushed to 8.x. Thanks!
Comment #8
dawehnerThank you very much!!