wiki.techinc.nl/tests
Timo Tijhof 09cbebb224 WANObjectCache: Change getWithSetCallback() signature to key/ttl/callback/opts
* Put 'checkKeys' param in opts array instead of as a separate parameter.
  It's neat to not have to skip unnamed/positional arguments that are optional.
* Move TTL to be before callback instead of after. This avoids dangling integers
  toward the bottom of a large code block that have no obvious meaning.
  Matches BagOStuff::getWithSetCallback.

Add unit test for lockTSE to confirm

Change-Id: I60d6b64fc5dff14108741bafe801fd1fde16d1df
2015-10-07 18:03:15 -07:00
..
browser Browser test: avoid loading elements over network 2015-09-17 13:07:30 +00:00
parser In parserTests.php, fix upload directory handling 2015-09-28 15:48:32 +10:00
phpunit WANObjectCache: Change getWithSetCallback() signature to key/ttl/callback/opts 2015-10-07 18:03:15 -07:00
qunit Quick fixes for mw.ForeignUpload 2015-10-07 17:49:41 +00:00
.gitignore
.htaccess
parserTests.php Merge "Don't localize parentheses in version number in parserTests.php" 2015-05-25 11:49:52 +00:00
testHelpers.inc Make lines short to pass phpcs in testHelpers.inc 2015-09-28 14:41:44 +03:00
TestsAutoLoader.php Wrap some long strings in tests/ 2015-09-26 21:01:59 +01:00