jenkins-bot has submitted this change and it was merged.

Change subject: Add wb_entity_per_page to tablesUsed for 
DatabaseRowEntityIdIteratorTest
......................................................................


Add wb_entity_per_page to tablesUsed for DatabaseRowEntityIdIteratorTest

Change-Id: I4846a11a1c92b3c756b58c9172aed08a5650b703
---
M repo/tests/phpunit/includes/store/sql/DatabaseRowEntityIdIteratorTest.php
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Hoo man: Looks good to me, approved
  jenkins-bot: Verified



diff --git 
a/repo/tests/phpunit/includes/store/sql/DatabaseRowEntityIdIteratorTest.php 
b/repo/tests/phpunit/includes/store/sql/DatabaseRowEntityIdIteratorTest.php
index 3fb4fb7..581dd68 100644
--- a/repo/tests/phpunit/includes/store/sql/DatabaseRowEntityIdIteratorTest.php
+++ b/repo/tests/phpunit/includes/store/sql/DatabaseRowEntityIdIteratorTest.php
@@ -24,6 +24,12 @@
  */
 class DatabaseRowEntityIdIteratorTest extends \MediaWikiTestCase {
 
+       public function __construct( $name = null, array $data = array(), 
$dataName = '' ) {
+               parent::__construct( $name, $data, $dataName );
+
+               $this->tablesUsed[] = 'wb_entity_per_page';
+       }
+
        /**
         * @param EntityId[] $entityIds
         *

-- 
To view, visit https://gerrit.wikimedia.org/r/101667
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4846a11a1c92b3c756b58c9172aed08a5650b703
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Aude <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to