wiki.techinc.nl/tests
Aaron Schulz baafb5adb4 Make ExternalStore wrap ExternalStoreFactory and create access class
* Inject settings and global instances as dependencies to the
  ExternalStoreMedium instances. This includes the local wiki
  domain, so that wfWikiId() calls are not scattered around.
* Create ExternalStoreAccess service for read/write logic.
* Deprecate the ExternalStore wrapper methods.
* Add some exception cases for bogus store URLs are used instead
  of just giving PHP warnings and failing later.
* Make moveToExternal.php require the type/protocol to decide
  which ExternalStoreMedium to use instead of assuming "DB".
* Convert logging calls to use LoggerInterface.

Change-Id: I40c3b5534fc8a31116c4c5eb64ee6e4903a6197a
2019-06-28 14:31:44 -07:00
..
common Define unit and integration test suites 2019-06-28 12:18:18 -04:00
integration/includes Add tests for HttpRequestFactoryTest. 2019-05-13 14:32:23 +02:00
parser Hard deprecate Preprocessor_DOM 2019-06-14 12:21:40 -04:00
phan Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions 2019-05-11 02:44:26 +01:00
phpunit Make ExternalStore wrap ExternalStoreFactory and create access class 2019-06-28 14:31:44 -07:00
qunit Merge "Avoid Sizzle's :first/:last selectors. Use $.first()/$.last()" 2019-06-28 19:22:26 +00:00
selenium selenium: Skip flaky rollback test 2019-06-27 17:21:08 +00:00
.htaccess