Permit case independent unit test directories
authormainframe98 <k.s.werf@hotmail.com>
Sun, 1 Sep 2019 15:44:14 +0000 (17:44 +0200)
committermainframe98 <k.s.werf@hotmail.com>
Sun, 1 Sep 2019 15:44:14 +0000 (17:44 +0200)
commit4e330b4498073b5f9f1189c8b888020659cb538c
treee2251c2d04fa130db17d2f4e616528685cd5e6cc
parent1d71306b5253124bc7ae7175712df7f2b06892fc
Permit case independent unit test directories

If unit tests are namespaced under Tests/Unit/, with tests/phpunit being
the PSR4 root Tests/, then the the unit test directory cannot be named unit/.
The autoloader will not be able to find the files in that namespace, as
it will be looking for the directory Unit/, not unit/.

Change-Id: I8cf6cd31f22decb061650def9e1e5d8893dfa73f
tests/phpunit/MediaWikiUnitTestCase.php