Index: trunk/phase3/tests/phpunit/includes/parser/MediaWikiParserTest.php |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | require_once( dirname( __FILE__ ) . '/NewParserTest.php' ); |
4 | 4 | |
5 | 5 | /** |
6 | | - * The UnitTest must be either a class that inherits from PHPUnit_Framework_TestCase |
| 6 | + * The UnitTest must be either a class that inherits from MediaWikiTestCase |
7 | 7 | * or a class that provides a public static suite() method which returns |
8 | 8 | * an PHPUnit_Framework_Test object |
9 | 9 | * |
Index: trunk/phase3/tests/phpunit/includes/ResourceLoaderTest.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -class ResourceLoaderTest extends PHPUnit_Framework_TestCase { |
| 4 | +class ResourceLoaderTest extends MediaWikiTestCase { |
5 | 5 | |
6 | 6 | protected static $resourceLoaderRegisterModulesHook; |
7 | 7 | |