wiki.techinc.nl/tests/phpunit/unit
Tim Starling 363adf7df4 Fix silently skipped UrlUtilsTest
phpunit --filter UrlUtilsTest would execute no tests because the class
was already loaded by the GlobalFunctions data providers via the
autoloader, so PHPUnit sees no additional classes when it examines
UrlUtilsTest.php.

So, split out all providers in UrlUtilsTest to a separate class which
can be safely autoloaded.

Change-Id: I483736ee70e598cdb19f8203bc6885f1c234fc42
2022-05-16 14:01:22 +10:00
..
documentation Merge "Add composer releasenotes command" 2021-12-23 17:43:34 +00:00
includes Fix silently skipped UrlUtilsTest 2022-05-16 14:01:22 +10:00
languages Language: Inject NamespaceInfo 2022-05-11 17:24:17 +02:00
linker Use MainConfigNames instead of string literals, #5 2022-04-27 18:46:29 +03:00
maintenance Move MWDoxygenFilterTest to unit tests 2021-03-28 18:33:51 +00:00