Add support for adding deferred update within a deferred update
authorbsitu <bsitu@wikimedia.org>
Tue, 19 Aug 2014 22:23:05 +0000 (15:23 -0700)
committerEBernhardson <ebernhardson@wikimedia.org>
Wed, 20 Aug 2014 22:13:11 +0000 (22:13 +0000)
commit70b012c595c5ba6f33f17bd3b8e0106345621cab
tree278d22db6eb17fbbc54e66f3357d3bd94c8e1a56
parent022a7b0bb2cdd41b5c273e206ebc726a07387e3e
Add support for adding deferred update within a deferred update

Under some configurations all Echo notifications are inserted
via a DeferredUpdate.  When an extension delays its own notification
trigger via DeferredUpdate as well the Echo notification will not
be run.

Change-Id: Ib40fcd4939ede5b0ff986ab109432630efd1be74
includes/deferred/DeferredUpdates.php
tests/phpunit/includes/deferred/DeferredUpdatesTest.php [new file with mode: 0644]