wiki.techinc.nl/tests/phpunit/structure
Tim Starling c55379d5b8 Deprecate and stop using Database::listViews()
Follow up Id9ab64fc8b09d9 which made listTables() consistently exclude
views.

Hard deprecate Database::listViews() which was only used for view
filtering of listTables(), conditional on database type.

Add an integration test for the new listTables() behaviour.

Change-Id: I3402a227f92b35192c6385c6aeab461de43b9f58
2023-12-14 14:35:36 +11:00
..
AbstractSchemaValidationTest.php
ApiPrefixUniquenessTest.php Avoid DB access in more non-Database tests 2023-08-06 16:07:27 +00:00
ApiStructureTest.php ApiStructureTest: Improve error message 2023-10-17 09:53:37 -04:00
AutoLoaderStructureTest.php Replace substr with cleaner string methods 2023-05-20 15:40:21 +02:00
AvailableRightsTest.php Make all limits function as user rights. 2023-09-11 12:03:57 +00:00
BundleSizeTest.php tests: Use namespaced Wikimedia\Rdbms\IDatabase 2023-08-20 15:18:57 +02:00
CodexTokenDefaultsTest.php mediawiki.skin.defaults.less: Add neutral values for all Codex tokens 2023-03-15 17:23:51 -07:00
ContentHandlerFunctionalTest.php Merge "Remove deprecated methods from Content interface" 2023-11-28 15:52:14 +00:00
DatabaseIntegrationTest.php Deprecate and stop using Database::listViews() 2023-12-14 14:35:36 +11:00
DumpableObjectsTest.php tests: Use namespaced classes 2023-12-11 15:59:55 +01:00
ExtensionJsonValidationTest.php
PasswordPolicyStructureTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
PHPUnitConfigTest.php phpunit: Sync phpunit.xml.dist with tests/phpunit/suite.xml 2023-07-14 20:59:42 +00:00
ResourcesTest.php ResourceLoader: Remove ResourcesTest::testCommentedLocalFileReferences 2023-10-20 19:47:50 -07:00
RestStructureTest.php Namespace Config-related classes under \MediaWiki\Config 2023-09-21 05:41:58 +00:00
ScopeStructureTest.php
SettingsTest.php Update references to config-vars.php 2023-09-23 03:37:44 +00:00
SpecialPageFatalTest.php Do not use UTSysop directly in tests 2023-08-16 00:35:25 +00:00
StructureTest.php