- Timestamp:
- 09/04/2020 07:01:00 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/widgets/media-audio-widget.php
r48937 r48939 36 36 $schema = $wp_widget_audio->get_instance_schema(); 37 37 38 $this->assert EqualSets(38 $this->assertSameSets( 39 39 array_merge( 40 40 array( … … 96 96 $this->assertTrue( $widget->widget_options['customize_selective_refresh'] ); 97 97 $this->assertSame( 'audio', $widget->widget_options['mime_type'] ); 98 $this->assert EqualSets(98 $this->assertSameSets( 99 99 array( 100 100 'add_to_widget',
Note: See TracChangeset
for help on using the changeset viewer.