Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2013 at 15:36 UTC
Updated:
29 Jul 2014 at 22:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
alexpottWith the attached patch...
Basically this is happening because we haven't called
simpletest_classloader_register()before trying to use thegetInfo()method form the test class insimpletest_script_reporter_init().Comment #2
msonnabaum commentedNice catch. Looks like a simple enough fix.
Comment #3
catchCommitted/pushed to 8.x, thanks!