When removing a component, clean up the subscriptions. Closes #1739

This commit is contained in:
James Brooks
2016-05-06 13:54:00 +01:00
parent 873f61fde6
commit ceb119b226
3 changed files with 42 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ class ComponentWasRemovedEventTest extends AbstractComponentEventTestCase
{
protected function objectHasHandlers()
{
return false;
return true;
}
protected function getObjectAndParams()