Changeset 28788 for trunk/tests/phpunit/tests/media.php
- Timestamp:
- 06/20/2014 06:26:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media.php
r27726 r28788 149 149 $this->assertEquals( '', $prepped['type'] ); 150 150 $this->assertEquals( '', $prepped['subtype'] ); 151 $this->assertEquals( '', $prepped['url'] ); 151 // #21963, there will be a guid always, so there will be a URL 152 $this->assertNotEquals( '', $prepped['url'] ); 152 153 $this->assertEquals( site_url( 'wp-includes/images/media/default.png' ), $prepped['icon'] ); 153 154
Note: See TracChangeset
for help on using the changeset viewer.