Closed (fixed)
Project:
Drupal core
Version:
8.7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2019 at 15:50 UTC
Updated:
28 May 2019 at 13:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mile23Comment #3
mile23Comment #4
mile23Comment #5
alexpottFair enough. I manually tested this by removing all the tests from a unit test and saw it error as described in the issue summary. With the patch attached you still get the THE ERROR HANDLER HAS CHANGED! notice but you don't get a stack trace so this looks good to go. There's not much we can do about the notice and it's not important anyway because there are no tests which is an error anyways.
Comment #6
mile23Yah the use case for this is when you change test method names to
te_stSomething()for debugging, and then you get the handler changed error. :-)Comment #9
gábor hojtsyThanks, committed.