wiki.techinc.nl/tests/phpunit/structure
daniel 91a1741787 Introduce Modules into the REST framework
Modules group together endpoints by a shared prefix. The idea is that each module has its own version and can generated self-contained self-documentation. This allows clients to have clear expectations about the endpoints of each module, no matter what wiki they are accessing. So far, each wiki may be exposing a different set of endpoints, with no way to provide a spec that describes that set of endpoints in a way that would be consistent across wikis and stable over time.

Bug: T362480
Change-Id: Iebcde4645d472d27eee5a30adb6eee12cc7d046b
2024-05-08 16:12:30 +02:00
..
AbstractSchemaValidationTest.php
ApiPrefixUniquenessTest.php Avoid DB access in more non-Database tests 2023-08-06 16:07:27 +00:00
ApiStructureTest.php Namespace includes/context 2024-02-08 11:07:01 -05:00
AutoLoaderStructureTest.php
AvailableRightsTest.php Clean up tests 2024-02-12 09:25:25 +01:00
BundleSizeTestBase.php Clean up tests 2024-02-12 09:25:25 +01:00
CodexTokenDefaultsTest.php
ContentHandlerFunctionalTest.php Merge "Remove deprecated methods from Content interface" 2023-11-28 15:52:14 +00:00
DatabaseIntegrationTest.php Change uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-22 22:27:45 +01:00
DumpableObjectsTest.php tests: Use namespaced classes 2023-12-11 15:59:55 +01:00
ExtensionJsonValidationTest.php
PasswordPolicyStructureTest.php
PHPUnitConfigTest.php Clean up tests 2024-02-12 09:25:25 +01:00
ResourcesTest.php ResourcesTest: Test 'packageFiles' existence too 2024-04-16 17:58:03 +00:00
RestStructureTest.php Introduce Modules into the REST framework 2024-05-08 16:12:30 +02:00
ScopeStructureTest.php
SettingsTest.php objectcache: Introduce ObjectCacheFactory MW service 2024-03-19 12:38:39 +03:00
SpecialPageFatalTest.php Do not use UTSysop directly in tests 2023-08-16 00:35:25 +00:00
StructureTest.php