Check all slots in DerivedPadeDataUpdater::isCountable.
authorPetr Pchelko <ppchelko@wikimedia.org>
Tue, 13 Aug 2019 21:52:39 +0000 (14:52 -0700)
committerPetr Pchelko <ppchelko@wikimedia.org>
Fri, 16 Aug 2019 16:55:01 +0000 (09:55 -0700)
commite3ecfe45445c092b63cdfc2b01f24206afff7bfc
treea0f96801851621d92ab3f4047fffeed0c646b233
parentcc8a88c3d081d26ab93a205510ca0ffff1f2e6a7
Check all slots in DerivedPadeDataUpdater::isCountable.

For example when the page is moved, the slots are not actually
modified, so countability of the page after the update should
not be based only on modified slots, but instead on all the page
slots.

Bug: T212706
Change-Id: Ie352ec9307b89b04af09ed85b542ca2907856bbf
includes/Storage/DerivedPageDataUpdater.php
tests/phpunit/includes/Storage/DerivedPageDataUpdaterTest.php