wiki.techinc.nl/tests/phpunit/includes/Storage
Kevin Israel 0ae29bbb69 tests: Replace checkPHPExtension() with @requires annotations
PHPUnit 3.7.0 was the first version to support @requires extension. At
the time checkPHPExtension() was added in a7901801b4, MediaWiki
still supported PHPUnit 3.6.7.

MediaWiki now requires intl and xml, so I removed checks for those
extensions rather than converting them to annotations.

checkPHPExtension() is removed without deprecation; it does not appear
to have ever been used (and is not likely to be used) in MW extensions.
This is explicitly permitted under the stable interface policy. Even if
it were not, only tests are affected, and they are supposed to fail
anyway if hard deprecated code is used.

Change-Id: I45f9b4c0e120683103cead916f4d4ef58bd11530
2022-10-23 20:47:14 -04:00
..
DerivedPageDataUpdaterTest.php tests: Use Title::makeTitle instead of Title::newFromText 2022-09-23 21:53:11 +02:00
NameTableStoreFactoryTest.php Replace trivial usa of mock builder with createMock() shortcut 2022-07-15 16:43:48 +00:00
NameTableStoreTest.php Storage: Remove using LoadBalancer::getConnectionRef in NameTableStore 2022-08-08 15:16:14 +00:00
PageUpdaterFactoryIntegrationTest.php Introduced PreparedUpdate to replace PreparedEdit 2021-12-20 21:19:52 +01:00
PageUpdaterTest.php tests: Replace deprecated WikiPage::factory 2022-09-02 19:34:02 +00:00
RevisionSlotsUpdateTest.php
SqlBlobStoreTest.php tests: Replace checkPHPExtension() with @requires annotations 2022-10-23 20:47:14 -04:00