enable MWDebug tests
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 16 Jan 2012 13:56:18 +0000 (13:56 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 16 Jan 2012 13:56:18 +0000 (13:56 +0000)
commit19854b4e2852e927bf4aa7dd2a8592b8f15e19a6
tree88f5cbb74729c0221a09d1a76c365b3f31fe5b8d
parentacffbd72e57bb21c53019923f5e6d5a0d903dd00
enable MWDebug tests

The first ones were failing because the test suite ran on gallium without
MWDebug being initialized. This is now the case since r109033.

The second part was failling because PHPUnit on gallium does not have
the assertCount() method. Use a assertEquals() / count() workaround instead.

Tests added by 108873
Reverts r108877
tests/phpunit/includes/debug/MWDebugTest.php