Changeset 46214 for trunk/tests/phpunit/tests/post/query.php
- Timestamp:
- 09/20/2019 10:01:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/query.php
r44701 r46214 706 706 */ 707 707 public function test_set_found_posts_not_posts_as_an_array( $posts, $expected ) { 708 if ( version_compare( PHP_VERSION, '5.3', '<' ) ) {709 $this->markTestSkipped( 'ReflectionMethod::setAccessible is only available in PHP 5.3+' );710 return;711 }712 713 708 $q = new WP_Query( 714 709 array(
Note: See TracChangeset
for help on using the changeset viewer.