file
23 rows where patch_id = 59614
This data as json, CSV (advanced)
id ▼ | patch_id | filename |
---|---|---|
273871 | 59614 59614 | tests/phpunit/includes/Permissions/PermissionManagerTest.php |
273872 | 59614 59614 | tests/phpunit/includes/actions/ActionTest.php |
273873 | 59614 59614 | tests/phpunit/includes/api/ApiBaseTest.php |
273874 | 59614 59614 | tests/phpunit/includes/api/ApiBlockTest.php |
273875 | 59614 59614 | tests/phpunit/includes/api/ApiEditPageTest.php |
273876 | 59614 59614 | tests/phpunit/includes/api/ApiMoveTest.php |
273877 | 59614 59614 | tests/phpunit/includes/api/ApiRevisionDeleteTest.php |
273878 | 59614 59614 | tests/phpunit/includes/api/ApiUnblockTest.php |
273879 | 59614 59614 | tests/phpunit/includes/api/ApiUserrightsTest.php |
273880 | 59614 59614 | tests/phpunit/includes/api/query/ApiQueryBlocksTest.php |
273881 | 59614 59614 | tests/phpunit/includes/api/query/ApiQueryInfoTest.php |
273882 | 59614 59614 | tests/phpunit/includes/auth/AuthManagerTest.php |
273883 | 59614 59614 | tests/phpunit/includes/auth/CheckBlocksSecondaryAuthenticationProviderTest.php |
273884 | 59614 59614 | tests/phpunit/includes/block/BlockManagerTest.php |
273885 | 59614 59614 | tests/phpunit/includes/block/BlockRestrictionStoreTest.php |
273886 | 59614 59614 | tests/phpunit/includes/block/CompositeBlockTest.php |
273887 | 59614 59614 | tests/phpunit/includes/block/DatabaseBlockTest.php |
273888 | 59614 59614 | tests/phpunit/includes/specialpage/FormSpecialPageTestCase.php |
273889 | 59614 59614 | tests/phpunit/includes/specials/SpecialBlockTest.php |
273890 | 59614 59614 | tests/phpunit/includes/specials/SpecialUnblockTest.php |
273891 | 59614 59614 | tests/phpunit/includes/specials/pagers/BlockListPagerTest.php |
273892 | 59614 59614 | tests/phpunit/includes/user/LocalIdLookupTest.php |
273893 | 59614 59614 | tests/phpunit/integration/includes/block/DatabaseBlockStoreTest.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);