Skip to content

Fix additional memory leaks in DrupalSetup and MinkSetup

Moshe Weitzman requested to merge rbayliss:memory into master

Created by: rbayliss

These are the last ones, I hope. It seems that test instances are retained for the duration of testing unless we use process isolation (which is slow, and should be unnecessary). So it's vital that all references are zeroed out when tearDown is called to avoid memory issues.

Merge request reports