Index: trunk/phase3/tests/phpunit/includes/NewDBTest.php |
— | — | @@ -19,8 +19,6 @@ |
20 | 20 | User::newFromName( 'UTSysop' ) ); |
21 | 21 | } |
22 | 22 | |
23 | | - function needsDB() { return true; } |
24 | | - |
25 | 23 | function testBootstrapCreation() { |
26 | 24 | |
27 | 25 | $article = new Article( Title::newFromText("UTPage") ); |
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 MediaWikiTestCase { |
| 30 | +class DummyExtensionsTest extends PHPUnit_Framework_TestCase { |
31 | 31 | public function testNothing() { |
32 | 32 | |
33 | 33 | } |