- Timestamp:
- 09/20/2019 10:01:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpPrivacyRequestsTable.php
r44628 r46214 25 25 */ 26 26 public function get_mocked_class_instance() { 27 if ( version_compare( PHP_VERSION, '5.3', '<' ) ) {28 $this->markTestSkipped( 'ReflectionMethod::setAccessible is only available in PHP 5.3+' );29 }30 31 27 $args = array( 32 28 'plural' => 'privacy_requests',
Note: See TracChangeset
for help on using the changeset viewer.