Comment tweak on MediaWikiParserTest and make ResourceLoaderTest extend MediaWikiTestCase
authorChad Horohoe <demon@users.mediawiki.org>
Sat, 12 Nov 2011 21:32:39 +0000 (21:32 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sat, 12 Nov 2011 21:32:39 +0000 (21:32 +0000)
tests/phpunit/includes/ResourceLoaderTest.php
tests/phpunit/includes/parser/MediaWikiParserTest.php

index 30a69c5..ab70483 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-class ResourceLoaderTest extends PHPUnit_Framework_TestCase {
+class ResourceLoaderTest extends MediaWikiTestCase {
 
        protected static $resourceLoaderRegisterModulesHook;
 
index e25c3fd..816c017 100644 (file)
@@ -2,7 +2,7 @@
 require_once( dirname( __FILE__ ) . '/NewParserTest.php' );
 
 /**
- * The UnitTest must be either a class that inherits from PHPUnit_Framework_TestCase 
+ * The UnitTest must be either a class that inherits from MediaWikiTestCase
  * or a class that provides a public static suite() method which returns 
  * an PHPUnit_Framework_Test object
  *