Tobias Gritschacher has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78948


Change subject: Followup to fix error with 'Empty' sitelinks
......................................................................

Followup to fix error with 'Empty' sitelinks

Change-Id: I1dd16f6b38d2bcc948e79037367461b78df812c9
---
M repo/tests/phpunit/includes/api/EntityTestHelper.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/48/78948/1

diff --git a/repo/tests/phpunit/includes/api/EntityTestHelper.php 
b/repo/tests/phpunit/includes/api/EntityTestHelper.php
index 714817d..886548b 100644
--- a/repo/tests/phpunit/includes/api/EntityTestHelper.php
+++ b/repo/tests/phpunit/includes/api/EntityTestHelper.php
@@ -44,7 +44,7 @@
        private static $entityData = array(
                'Empty' => array(
                        "new" => "item",
-                       "data" => "{}",
+                       "data" => array(),
                ),
                'Berlin' => array(
                        "new" => "item",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1dd16f6b38d2bcc948e79037367461b78df812c9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Tobias Gritschacher <tobias.gritschac...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to