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