- Timestamp:
- 08/01/2017 04:42:58 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/widgets/media-video-widget.php
r40640 r41198 252 252 $this->assertTrue( wp_script_is( 'wp-mediaelement' ) ); 253 253 $this->assertTrue( wp_style_is( 'wp-mediaelement' ) ); 254 $this->assertTrue( wp_script_is( ' froogaloop' ) );254 $this->assertTrue( wp_script_is( 'mediaelement-vimeo' ) ); 255 255 256 256 $wp_scripts = null; … … 260 260 $this->assertFalse( wp_script_is( 'wp-mediaelement' ) ); 261 261 $this->assertFalse( wp_style_is( 'wp-mediaelement' ) ); 262 $this->assert True( wp_script_is( 'froogaloop' ) );262 $this->assertFalse( wp_script_is( 'mediaelement-vimeo' ) ); 263 263 } 264 264
Note: See TracChangeset
for help on using the changeset viewer.