Changeset 43571 for trunk/tests/phpunit/tests/widgets/media-widget.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/widgets/media-widget.php
r42343 r43571 74 74 'add_media', 75 75 'unsupported_file_type', 76 ), array_keys( $widget->l10n ) 76 ), 77 array_keys( $widget->l10n ) 77 78 ); 78 79 $this->assertEquals( count( $widget->l10n ), count( array_filter( $widget->l10n ) ), 'Expected all translation strings to be defined.' ); … … 212 213 'title', 213 214 'url', 214 ), array_keys( $schema ) 215 ), 216 array_keys( $schema ) 215 217 ); 216 218 … … 497 499 498 500 $result = $has_content->invokeArgs( 499 $this->get_mocked_class_instance(), array( 501 $this->get_mocked_class_instance(), 502 array( 500 503 array( 501 504 'attachment_id' => 0, … … 507 510 508 511 $result = $has_content->invokeArgs( 509 $this->get_mocked_class_instance(), array( 512 $this->get_mocked_class_instance(), 513 array( 510 514 array( 511 515 'attachment_id' => $attachment_id, … … 517 521 518 522 $result = $has_content->invokeArgs( 519 $this->get_mocked_class_instance(), array( 523 $this->get_mocked_class_instance(), 524 array( 520 525 array( 521 526 'attachment_id' => 0,
Note: See TracChangeset
for help on using the changeset viewer.