Test db cleanup
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 1 Jun 2011 22:43:19 +0000 (22:43 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 1 Jun 2011 22:43:19 +0000 (22:43 +0000)
commitf639fcdc4ff4031d9c789452f9a356b99a642c31
tree340077b288544e7d0ad30b5f79503429ccbc3d52
parent29aedac7db8b9463f769695957f839039ec00e9d
Test db cleanup
* Fix Oracle stuff per CR on r88755
* Don't expect tests to clean up after themselves, do it in MediaWikiTestCase::run() (skipping user and interwiki, also per CR)
** Also don't do it from the destructor, phpunit calls this more often than you'd think
* Need to find: way to detect "is this the last test?" so we can drop our tables on completion
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/api/ApiBlockTest.php