Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Jun 2015 at 13:05 UTC
Updated:
2 Jul 2015 at 05:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
googletorp commentedComment #2
almaudoh commentedI'm not sure about performance since the gains may not be that much and would require profiling. However, this fix does reduce code fragility.
Comment #3
alexpottI think this was to keep it the same as
Doctrine\Common\Reflection\Psr0FindFilebut constructors are not part of the interface. Less code not doing anything is a good thing. And this is not disruptive at all. Removing dead code is allowable during beta. Committed 996325b and pushed to 8.0.x. Thanks!