Changeset 48939 for trunk/tests/phpunit/tests/oembed/WpEmbed.php
- Timestamp:
- 09/04/2020 07:01:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/oembed/WpEmbed.php
r48937 r48939 59 59 60 60 public function test_wp_maybe_load_embeds() { 61 $this->assert EqualSets( array( 10, 9999 ), array_keys( $GLOBALS['wp_embed']->handlers ) );62 $this->assert EqualSets(61 $this->assertSameSets( array( 10, 9999 ), array_keys( $GLOBALS['wp_embed']->handlers ) ); 62 $this->assertSameSets( 63 63 array( 64 64 'youtube_embed_url', … … 66 66 array_keys( $GLOBALS['wp_embed']->handlers[10] ) 67 67 ); 68 $this->assert EqualSets(68 $this->assertSameSets( 69 69 array( 70 70 'audio',
Note: See TracChangeset
for help on using the changeset viewer.