jenkins-bot has submitted this change and it was merged. Change subject: Update ref to Entity and remove ref that has not existed for years ......................................................................
Update ref to Entity and remove ref that has not existed for years Change-Id: Ibf7edc0233e19e6b9dbdaf80279437060b06a7d6 --- M lib/tests/phpunit/entity/EntityTestCase.php 1 file changed, 1 insertion(+), 2 deletions(-) Approvals: WikidataJenkins: Verified Thiemo Mättig (WMDE): Looks good to me, approved jenkins-bot: Verified diff --git a/lib/tests/phpunit/entity/EntityTestCase.php b/lib/tests/phpunit/entity/EntityTestCase.php index 8907129..87d7618 100644 --- a/lib/tests/phpunit/entity/EntityTestCase.php +++ b/lib/tests/phpunit/entity/EntityTestCase.php @@ -2,8 +2,7 @@ namespace Wikibase\Test; -use Wikibase\Entity; -use Wikibase\Query; +use Wikibase\DataModel\Entity\Entity; /** * Base class for tests that have to inspect entity structures. -- To view, visit https://gerrit.wikimedia.org/r/149238 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibf7edc0233e19e6b9dbdaf80279437060b06a7d6 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]> Gerrit-Reviewer: WikidataJenkins <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
