Nikerabbit has uploaded a new change for review.

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


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticMaps 
refs/changes/32/76532/1

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: newchange
Gerrit-Change-Id: Iddf838eec7091f7563c79908c0477a4a3f3789ec
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticMaps
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>

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

Reply via email to