Skip to content

Call DrupalKernel->terminate() during shutDown.

Moshe Weitzman requested to merge terminator into master

This helps all the needs_destruction services do their work at end of the test case. Unfortunately, thats too late for me as I need to make assertions based on work performed during terminate(). This is still a good idea IMO.

Merge request reports