wiki.techinc.nl/tests
Matthew Flaschen d920237e37 Add support for External Store for unit tests
This allow running PHP tests with External Store DB configured.
This means it needs to do the unittest_ prefixing similar to the main
tables.

It could do resetting (truncating the tables) similar to the tablesUsed
functionality.  However, if External Store is truncated unconditionally,
revision, etc. also needs to be.  This can cause performance issues.
I was thinking of making resetting ES optional, but it wasn't needed
to pass any of the core tests, so I just left it out entirely for now.

Bug: T95870
Change-Id: If27435210d5a2165795dd759b17a7e51fe9bba10
2016-03-11 19:58:32 -05:00
..
browser Cleanup Cucumber tags in Selenium tests 2016-02-29 11:29:41 +00:00
parser tests: Ensure main RequestContext reflects custom $wgLang 2016-03-03 01:39:51 +00:00
phpunit Add support for External Store for unit tests 2016-03-11 19:58:32 -05:00
qunit Merge "mediawiki.api.parse: Allow parsing pages" 2016-03-11 16:59:45 +00:00
.gitignore
.htaccess
parserTests.php Fix parserTests.php script 2016-03-03 16:52:39 -08:00
testHelpers.inc Improve code suffering from PHP 5.3's lack of support for foo()[] 2016-02-28 22:49:20 +01:00
TestsAutoLoader.php Parsertests: Fix the video parsertests to run using phpunit 2016-02-19 18:15:54 +01:00