Changeset 37557 for trunk/tests/phpunit/tests/media.php
- Timestamp:
- 05/25/2016 02:05:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media.php
r37328 r37557 450 450 $this->assertContains( 'preload="none"', $actual ); 451 451 $this->assertContains( 'class="wp-audio-shortcode"', $actual ); 452 $this->assertContains( 'style="width: 100%; visibility: hidden;"', $actual );452 $this->assertContains( 'style="width: 100%;"', $actual ); 453 453 454 454 $actual = wp_audio_shortcode( array(
Note: See TracChangeset
for help on using the changeset viewer.