Soeren.oldag has uploaded a new change for review. https://gerrit.wikimedia.org/r/217490
Change subject: Fixed typo. ...................................................................... Fixed typo. Change-Id: Ieac92a78fe470f3e63afb4604038d61f1de5c2af --- M tests/phpunit/SpecialPageFactoryTest.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikidataQualityExternalValidation refs/changes/90/217490/1 diff --git a/tests/phpunit/SpecialPageFactoryTest.php b/tests/phpunit/SpecialPageFactoryTest.php index 921652a..5576858 100644 --- a/tests/phpunit/SpecialPageFactoryTest.php +++ b/tests/phpunit/SpecialPageFactoryTest.php @@ -21,7 +21,7 @@ $this->assertInstanceOf( 'WikibaseQuality\ExternalValidation\Specials\SpecialCrossCheck', $specialPage ); } - public function testCreateSpecialViolationPage() { + public function testCreateSpecialCrossCheck() { $specialPage = $this->getFactory()->createSpecialCrossCheck(); $this->assertInstanceOf( 'WikibaseQuality\ExternalValidation\Specials\SpecialCrossCheck', $specialPage ); -- To view, visit https://gerrit.wikimedia.org/r/217490 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ieac92a78fe470f3e63afb4604038d61f1de5c2af Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/WikidataQualityExternalValidation Gerrit-Branch: master Gerrit-Owner: Soeren.oldag <soeren_ol...@freenet.de> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits