wiki.techinc.nl/tests
Timo Tijhof e1bf44cd21 resourceloader: Add tests for disallowing access to private modules
* Add a test to confirm that the ResourceLoader::respond() logic
  works as intended.

* Remove the client code for preventing it from being loaded.
  This can never happen in production unless there is a bug.
  Instead of optimising to avoid a pointless request that only
  happens when the software is broken, instead optimise for when
  the software is not broken by just letting it happen. The server
  already handles it just fine.

  This was originally added in 2015 with 1dd7390372 to reduce
  logspam, but that was instead fixed in 6d6b037e12 by making the
  log message debug-only (because it's not a software problem,
  it's a client-error, e.g. a broken user script or a third
  party trying out different things on the load.php entry point).

  Removing this makes the client a bit smaller, too :)

Change-Id: Ic5420d9329a73514f4fc27baa46ae58d94addafb
2019-08-24 20:36:37 +01:00
..
common Split some Language methods to LanguageNameUtils 2019-08-23 12:52:35 +03:00
integration/includes Add tests for HttpRequestFactoryTest. 2019-05-13 14:32:23 +02:00
parser Convert MessageCache to service 2019-08-18 12:11:36 +03:00
phan Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusions 2019-05-11 02:44:26 +01:00
phpunit resourceloader: Add tests for disallowing access to private modules 2019-08-24 20:36:37 +01:00
qunit resourceloader: Only register 'jquery.qunit' in test context 2019-07-30 16:00:59 +00:00
selenium Remove old comment and unused setting 2019-08-05 16:29:51 +02:00
.htaccess