some more oracle-phpunit-fu (should not affect non-oracle)
authorJure Kajzer <freakolowsky@users.mediawiki.org>
Thu, 10 Nov 2011 13:29:32 +0000 (13:29 +0000)
committerJure Kajzer <freakolowsky@users.mediawiki.org>
Thu, 10 Nov 2011 13:29:32 +0000 (13:29 +0000)
commit5933586266e5530d491cf0e518abfe0ed56e1c0a
treefbb30e72d6e9fb064140b0a84ada7897d0f9ebbd
parent8fd6abd408084bfb6a7f0c9dc974be523b018773
some more oracle-phpunit-fu (should not affect non-oracle)
* CloneDatabase - already droping tables in internal function, removed duplicate action
* DatabaseOracle - stopped ignoring "temporary" parameter
* added two parameters to phpunit (use-normal-tables & reuse-db), default actions stay the same
* with reuse-db oracle phpunit test run on oracle down to 1m 20s ;)
includes/db/CloneDatabase.php
includes/db/DatabaseOracle.php
tests/phpunit/MediaWikiPHPUnitCommand.php
tests/phpunit/MediaWikiTestCase.php