Changeset 46214 for trunk/tests/phpunit/tests/widgets/media-widget.php
- Timestamp:
- 09/20/2019 10:01:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/widgets/media-widget.php
r45103 r46214 480 480 */ 481 481 function test_has_content() { 482 if ( version_compare( PHP_VERSION, '5.3', '<' ) ) {483 $this->markTestSkipped( 'ReflectionMethod::setAccessible is only available for PHP 5.3+' );484 return;485 }486 487 482 $attachment_id = self::factory()->attachment->create_object( 488 483 array(
Note: See TracChangeset
for help on using the changeset viewer.