wiki.techinc.nl/tests/phpunit/unit/includes/libs
Aaron Schulz da9e4b52a5 rdbms: Add multi-statement query support to Database
Add Database::queryMulti(), which will execute an array of
queries as a batch with minimal roundtrips.

SQLite fallbacks to looping through each statement and
invoking doQuery().

Add QueryStatus class to reduce complexity in Database.

Rewrite doQuery() as doSingleStatementQuery().

Change-Id: I3d51083e36ab06fcc1d94558e51b38e106f71bb9
2022-06-09 11:45:38 +10:00
..
composer build: Updating dependencies 2021-07-22 03:36:05 +00:00
filebackend Add convenience methods for asserting status. 2022-03-16 22:44:25 +01:00
http phpcs: Disable Generic.Files.LineLength for test files 2022-02-18 18:32:05 +00:00
Message Add Message/MessageValue user group member parameter type 2021-11-16 11:24:35 -05:00
Metrics Metrics: Add test coverage for getRenderedSamples() and send() 2021-10-23 03:13:40 +00:00
mime Call ZipDirectoryReader from MimeAnalyzer 2022-05-03 14:43:26 +10:00
objectcache Fix typo in "overridden" 2022-05-15 11:35:55 +02:00
ParamValidator ParamValidator: Disallow array values in integer param 2022-03-25 16:53:44 +00:00
rdbms rdbms: Add multi-statement query support to Database 2022-06-09 11:45:38 +10:00
stats stats: Simplify normalizeMetricKey() and fix bad output for edge cases 2021-09-10 19:39:30 +00:00
ArrayUtilsTest.php Tests: Start marking some closures as static 2021-02-06 19:57:42 +00:00
CookieTest.php
DeflateTest.php Add convenience methods for asserting status. 2022-03-16 22:44:25 +01:00
DnsSrvDiscovererTest.php Simplify DnsSrvDiscoverer interface 2022-02-16 15:00:45 +00:00
GhostFieldAccessTraitTest.php tests: Remove @param docs from test code that just repeat the signature 2021-01-21 03:41:23 +00:00
HashRingTest.php Tests: Start marking some closures as static 2021-02-06 19:57:42 +00:00
HtmlArmorTest.php
JsMinPlusTest.php resourceloader: Add regression test for long strings and regexes 2022-02-23 11:04:37 +11:00
MapCacheLRUTest.php MapCacheLRU: Restore key type checks 2022-01-21 15:22:32 +11:00
MemoizedCallableTest.php Tests: Cleanup some unnecessary nested function calls 2022-06-06 01:02:34 +01:00
SamplingStatsdClientTest.php Remove unnecessary ->equalTo() from tests 2021-04-23 12:02:42 +02:00
StaticArrayWriterTest.php language: Autoload normalize data and remove transformUsingPairFile compat 2021-08-10 21:03:13 +00:00
StringUtilsTest.php tests: Fix types in documentation by adding use statements 2022-05-29 07:11:15 +00:00
TimingTest.php Tests: Start marking some closures as static 2021-02-06 19:57:42 +00:00
XhprofDataTest.php build: Update mediawiki/mediawiki-codesniffer to 35.0.0 2021-01-31 13:34:38 +00:00
XhprofTest.php profiler: Fixup broken logic for the new 'running' option 2021-09-16 03:26:23 +01:00
XmlTypeCheckTest.php tests: Do not use class alias in @covers 2022-05-28 00:37:43 +02:00