wiki.techinc.nl/tests/phpunit/structure
Timo Tijhof 245bdafd9e resourceloader: Add wikimedia/minify package and remove local copies
- JavaScriptMinifier: The public interface for this internal class is
  ResourceLoader::filter which, except for one caller (minify.php)
  is indeed consistently used already, no other callers need replacing.

- CSSMin: Idem for minification, however, this class has some other
  method as well, which have a number of internal users, but none
  outside core. These have all been replaced in this commit.

- Remove pear/net_url2 as own dependency as this was only used by CSSMin
  and recently added there. This is now a dependency of wikimedia/minify
  instead. This was not part of the public API and no longer mentioned
  here in composer.json or RELEASE-NOTES. (It remains pinned in
  mediawiki-vendor, however.)

Bug: T273247
Depends-On: Iadff8c2112d5e53bd994ab4882006e8c644a2379
Depends-On: Id3c6dcc0b952a9efe34b3a9ed88b716101a51f87
Depends-On: I589be910f57289fd908b22db87241b0e52da60d4
Change-Id: I8d71fc64aeecdb31db218b02e361ae9bb0d19b48
2021-02-24 21:03:02 +00:00
..
ApiPrefixUniquenessTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
ApiStructureTest.php tests: Remove @param docs from test code that just repeat the signature 2021-01-21 03:41:23 +00:00
AutoLoaderStructureTest.php Safer autoloading with respect to file-scope code 2021-01-11 11:59:36 +11:00
AvailableRightsTest.php Remove usages of deprecated Language methods 2020-02-16 00:45:48 +00:00
ContentHandlerSanityTest.php tests: Remove @param docs from test code that just repeat the signature 2021-01-21 03:41:23 +00:00
DatabaseIntegrationTest.php Rename site_identifiers indexes to have si_ prefix 2021-01-30 12:19:55 +01:00
ExtensionJsonValidationTest.php Fix error message in ExtensionJsonValidation test 2021-02-12 20:53:11 +00:00
PasswordPolicyStructureTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
ResourcesTest.php resourceloader: Add wikimedia/minify package and remove local copies 2021-02-24 21:03:02 +00:00
RestStructureTest.php build: Update mediawiki/mediawiki-codesniffer to 35.0.0 2021-01-31 13:34:38 +00:00
SpecialPageFatalTest.php SpecialPageFatalTest: tolerate failure to create page 2021-02-24 19:28:04 +01:00
StructureTest.php Tests: Start marking some closures as static 2021-02-06 19:57:42 +00:00
SuiteDirectoryTest.php Tests: Start marking some closures as static 2021-02-06 19:57:42 +00:00