jenkins-bot has submitted this change and it was merged. Change subject: Fix test cases in SemanticMaps as well ala I95c0e0c28 ......................................................................
Fix test cases in SemanticMaps as well ala I95c0e0c28 Change-Id: Iddf838eec7091f7563c79908c0477a4a3f3789ec --- M tests/phpunit/printers/KMLPrinterTest.php M tests/phpunit/printers/MapPrinterTest.php 2 files changed, 8 insertions(+), 8 deletions(-) Approvals: Mwjames: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/phpunit/printers/KMLPrinterTest.php b/tests/phpunit/printers/KMLPrinterTest.php index 60049b8..949890f 100644 --- a/tests/phpunit/printers/KMLPrinterTest.php +++ b/tests/phpunit/printers/KMLPrinterTest.php @@ -2,7 +2,7 @@ namespace SM\Test; -use SMW\Tests\ResultPrinterTest as ResultPrinterTest; +use SMW\Test\ResultPrinterTestCase as ResultPrinterTestCase; /** * Tests for the SM\KMLPrinter class. @@ -20,10 +20,10 @@ * @licence GNU GPL v2+ * @author Jeroen De Dauw < [email protected] > */ -class KMLPrinterTest extends ResultPrinterTest { +class KMLPrinterTest extends ResultPrinterTestCase { /** - * @see ResultPrinterTest::getFormats + * @see ResultPrinterTestCase::getFormats * * @since 1.8 * @@ -34,7 +34,7 @@ } /** - * @see ResultPrinterTest::getClass + * @see ResultPrinterTestCase::getClass * * @since 1.8 * diff --git a/tests/phpunit/printers/MapPrinterTest.php b/tests/phpunit/printers/MapPrinterTest.php index f7ed1c7..73031df 100644 --- a/tests/phpunit/printers/MapPrinterTest.php +++ b/tests/phpunit/printers/MapPrinterTest.php @@ -2,7 +2,7 @@ namespace SM\Test; -use SMW\Tests\ResultPrinterTest as ResultPrinterTest; +use SMW\Test\ResultPrinterTestCase as ResultPrinterTestCase; /** * Tests for the SM\MapPrinter class. @@ -20,10 +20,10 @@ * @licence GNU GPL v2+ * @author Jeroen De Dauw < [email protected] > */ -class MapPrinterTest extends ResultPrinterTest { +class MapPrinterTest extends ResultPrinterTestCase { /** - * @see ResultPrinterTest::getFormats + * @see ResultPrinterTestCase::getFormats * * @since 1.8 * @@ -34,7 +34,7 @@ } /** - * @see ResultPrinterTest::getClass + * @see ResultPrinterTestCase::getClass * * @since 1.8 * -- To view, visit https://gerrit.wikimedia.org/r/76532 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iddf838eec7091f7563c79908c0477a4a3f3789ec Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticMaps Gerrit-Branch: master Gerrit-Owner: Nikerabbit <[email protected]> Gerrit-Reviewer: Mwjames <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
