Fix some of the weird freaky interaction between ApiBlockTest and BlockTest.
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 3 Jun 2011 06:22:18 +0000 (06:22 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 3 Jun 2011 06:22:18 +0000 (06:22 +0000)
commitcb569f094f947aa769012a5be468837cf365c173
tree4456a0dc28426e6a75f4bde61c05f7cec17715b2
parent5cca2119e34c87c5e6b9da454e8aa2ff43c5f123
Fix some of the weird freaky interaction between ApiBlockTest and BlockTest.
* By using the same summary for both, we allow both sets of tests to pass with --filter Block
* Just testing includes/BlockTest.php still passes
tests/phpunit/includes/BlockTest.php
tests/phpunit/includes/api/ApiBlockTest.php