Changeset 57687 for trunk/tests/phpunit/tests/media.php
- Timestamp:
- 02/21/2024 07:25:18 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media.php
r57019 r57687 400 400 // #21963, there will be a GUID always, so there will be a URL. 401 401 $this->assertNotEquals( '', $prepped['url'] ); 402 $this->assertSame( site_url( 'wp-includes/images/media/default. png' ), $prepped['icon'] );402 $this->assertSame( site_url( 'wp-includes/images/media/default.svg' ), $prepped['icon'] ); 403 403 404 404 // Fake a mime.
Note: See TracChangeset
for help on using the changeset viewer.