wiki.techinc.nl/tests
Kunal Mehta b5e6da43e4 Don't autoload classes in AutoloadStructureTest
Autoloading classes is a 100% accurate way to ensure the autoloader
worked, but there are cases where if optional dependencies aren't
installed, then autoloading the class will fail. We can re-implement the
logic behind the PSR-4 autoloader, and ensure that classes will be
autoloadable by turning the filename into a class name, and making sure
that class name is the one we found in the file.

Bug: T195823
Change-Id: I5df378180e567c257386482383ef73812592f989
2018-05-29 11:09:57 -07:00
..
common Fix handling of ar_length and ar_sha1 in RevisionArchiveRecord. 2018-04-18 21:47:57 +02:00
integration/includes build: Updating mediawiki/mediawiki-codesniffer to 17.0.0 2018-03-29 21:53:10 +02:00
parser Complete coverage of Parser::getTemplateDom() 2018-05-27 23:17:50 -07:00
phan Enable a bunch of disabled phan checks that are no longer failing 2018-05-17 23:27:59 -07:00
phpunit Don't autoload classes in AutoloadStructureTest 2018-05-29 11:09:57 -07:00
qunit mediawiki.api: Merge modules into one 2018-05-20 16:51:48 +02:00
selenium selenium: Initial version of wdio-mediawiki package 2018-05-09 14:43:30 +00:00
.htaccess