Index: trunk/phase3/tests/phpunit/includes/XmlJsTest.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -class XmlJs extends PHPUnit_Framework_TestCase { |
| 3 | +class XmlJs extends MediaWikiTestCase { |
4 | 4 | public function testConstruction() { |
5 | 5 | $obj = new XmlJsCode( null ); |
6 | 6 | $this->assertNull( $obj->value ); |
Index: trunk/phase3/tests/phpunit/includes/MWNamespaceTest.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | * Generated by PHPUnit on 2011-02-20 at 21:01:55. |
12 | 12 | * |
13 | 13 | */ |
14 | | -class MWNamespaceTest extends PHPUnit_Framework_TestCase { |
| 14 | +class MWNamespaceTest extends MediaWikiTestCase { |
15 | 15 | /** |
16 | 16 | * @var MWNamespace |
17 | 17 | */ |
Index: trunk/phase3/tests/phpunit/includes/parser/MagicVariableTest.php |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | */ |
14 | 14 | |
15 | 15 | /** */ |
16 | | -class MagicVariableTest extends PHPUnit_Framework_TestCase { |
| 16 | +class MagicVariableTest extends MediaWikiTestCase { |
17 | 17 | /** Will contains a parser object*/ |
18 | 18 | private $testParser = null; |
19 | 19 | |
Index: trunk/phase3/tests/phpunit/suites/ExtensionsTestSuite.php |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | * Needed to avoid warnings like 'No tests found in class "ExtensionsTestSuite".' |
28 | 28 | * when no extensions with tests are used. |
29 | 29 | */ |
30 | | -class DummyExtensionsTest extends PHPUnit_Framework_TestCase { |
| 30 | +class DummyExtensionsTest extends MediaWikiTestCase { |
31 | 31 | public function testNothing() { |
32 | 32 | |
33 | 33 | } |