file
47 rows where patch_id = 474
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
2399 | 474 474 | tests/phpunit/includes/MessageTest.php |
2400 | 474 474 | tests/phpunit/includes/MultiHttpClientTest.php |
2401 | 474 474 | tests/phpunit/includes/OutputPageTest.php |
2402 | 474 474 | tests/phpunit/includes/ReadOnlyModeTest.php |
2403 | 474 474 | tests/phpunit/includes/Rest/EntryPointTest.php |
2404 | 474 474 | tests/phpunit/includes/Revision/RevisionStoreDbTestBase.php |
2405 | 474 474 | tests/phpunit/includes/RevisionTest.php |
2406 | 474 474 | tests/phpunit/includes/Storage/NameTableStoreFactoryTest.php |
2407 | 474 474 | tests/phpunit/includes/Storage/NameTableStoreTest.php |
2408 | 474 474 | tests/phpunit/includes/TitleTest.php |
2409 | 474 474 | tests/phpunit/includes/api/ApiMainTest.php |
2410 | 474 474 | tests/phpunit/includes/api/ApiOpenSearchTest.php |
2411 | 474 474 | tests/phpunit/includes/api/ApiOptionsTest.php |
2412 | 474 474 | tests/phpunit/includes/auth/AuthManagerTest.php |
2413 | 474 474 | tests/phpunit/includes/auth/ConfirmLinkSecondaryAuthenticationProviderTest.php |
2414 | 474 474 | tests/phpunit/includes/auth/EmailNotificationSecondaryAuthenticationProviderTest.php |
2415 | 474 474 | tests/phpunit/includes/auth/LocalPasswordPrimaryAuthenticationProviderTest.php |
2416 | 474 474 | tests/phpunit/includes/auth/ResetPasswordSecondaryAuthenticationProviderTest.php |
2417 | 474 474 | tests/phpunit/includes/auth/TemporaryPasswordPrimaryAuthenticationProviderTest.php |
2418 | 474 474 | tests/phpunit/includes/content/ContentHandlerTest.php |
2419 | 474 474 | tests/phpunit/includes/diff/DifferenceEngineTest.php |
2420 | 474 474 | tests/phpunit/includes/externalstore/ExternalStoreFactoryTest.php |
2421 | 474 474 | tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php |
2422 | 474 474 | tests/phpunit/includes/preferences/DefaultPreferencesFactoryTest.php |
2423 | 474 474 | tests/phpunit/includes/resourceloader/ResourceLoaderSkinModuleTest.php |
2424 | 474 474 | tests/phpunit/includes/search/SearchEngineTest.php |
2425 | 474 474 | tests/phpunit/includes/session/SessionBackendTest.php |
2426 | 474 474 | tests/phpunit/includes/session/SessionManagerTest.php |
2427 | 474 474 | tests/phpunit/includes/site/CachingSiteStoreTest.php |
2428 | 474 474 | tests/phpunit/includes/skins/SkinTemplateTest.php |
2429 | 474 474 | tests/phpunit/includes/specials/SpecialPreferencesTest.php |
2430 | 474 474 | tests/phpunit/includes/specials/SpecialSearchTest.php |
2431 | 474 474 | tests/phpunit/includes/title/MediaWikiTitleCodecTest.php |
2432 | 474 474 | tests/phpunit/includes/user/ExternalUserNamesTest.php |
2433 | 474 474 | tests/phpunit/includes/user/PasswordResetTest.php |
2434 | 474 474 | tests/phpunit/includes/utils/BatchRowUpdateTest.php |
2435 | 474 474 | tests/phpunit/maintenance/categoriesRdfTest.php |
2436 | 474 474 | tests/phpunit/maintenance/categoryChangesAsRdfTest.php |
2437 | 474 474 | tests/phpunit/unit/includes/ListToggleTest.php |
2438 | 474 474 | tests/phpunit/unit/includes/debug/logger/monolog/KafkaHandlerTest.php |
2439 | 474 474 | tests/phpunit/unit/includes/diff/ArrayDiffFormatterTest.php |
2440 | 474 474 | tests/phpunit/unit/includes/http/MwHttpRequestToResponseInterfaceAdapterTest.php |
2441 | 474 474 | tests/phpunit/unit/includes/libs/MemoizedCallableTest.php |
2442 | 474 474 | tests/phpunit/unit/includes/libs/objectcache/WANObjectCacheTest.php |
2443 | 474 474 | tests/phpunit/unit/includes/libs/rdbms/database/DatabaseSqliteRdbmsTest.php |
2444 | 474 474 | tests/phpunit/unit/includes/watcheditem/WatchedItemQueryServiceUnitTest.php |
2445 | 474 474 | tests/phpunit/unit/includes/watcheditem/WatchedItemStoreUnitTest.php |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE file ( id INTEGER PRIMARY KEY, patch_id INTEGER NOT NULL, filename INTEGER NOT NULL, FOREIGN KEY(patch_id) REFERENCES patch(id) ); CREATE INDEX file_patch_id ON file(patch_id);