Comment: | update test to use MediaWikiTestCase class
The CodeReview extension PHPUnit tests were still using the old
PHPUnit_Framework_TestCase. Make it extends MediaWikiTestCase instead
TEST PLAN:
$ ./phpunit.php --filter CodeReview
PHPUnit 3.5.14 by Sebastian Bergmann.
..
Time: 5 seconds, Memory: 34.75Mb
OK (2 tests, 9 assertions)
$ |