- Timestamp:
- 06/13/2024 09:58:11 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-attachments-controller.php
r58326 r58400 240 240 'image', 241 241 'audio', 242 ); 243 if ( ! is_multisite() ) { 244 $media_types[] = 'text'; 245 } 242 'text', 243 ); 246 244 $this->assertSameSets( $media_types, $data['endpoints'][0]['args']['media_type']['enum'] ); 247 245 }
Note: See TracChangeset
for help on using the changeset viewer.