Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Oct 2015 at 00:27 UTC
Updated:
2 Nov 2015 at 17:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tstoecklerComment #3
stevector+1 for removing unused code.
Comment #4
dawehnerIts not only that, also tests are not an API so we can change it at any given point.
Nice find @tstoeckler!
Comment #5
tim.plunkettI personally would have removed the second method call and used the parameters, but either way is better than HEAD.
Comment #6
alexpottCommitted 2b92ca2 and pushed to 8.0.x. Thanks!