Changeset 43571 for trunk/tests/phpunit/tests/oembed/WpEmbed.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/oembed/WpEmbed.php
r42343 r43571 62 62 array( 63 63 'youtube_embed_url', 64 ), array_keys( $GLOBALS['wp_embed']->handlers[10] ) 64 ), 65 array_keys( $GLOBALS['wp_embed']->handlers[10] ) 65 66 ); 66 67 $this->assertEqualSets( … … 68 69 'audio', 69 70 'video', 70 ), array_keys( $GLOBALS['wp_embed']->handlers[9999] ) 71 ), 72 array_keys( $GLOBALS['wp_embed']->handlers[9999] ) 71 73 ); 72 74 }
Note: See TracChangeset
for help on using the changeset viewer.