Changeset 42585
- Timestamp:
- 01/24/2018 04:20:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/query.php
r42581 r42585 648 648 */ 649 649 public function test_set_found_posts_fields_posts_is_string() { 650 if ( version_compare( PHP_VERSION, '5.3', '<' ) ) { 651 $this->markTestSkipped( 'ReflectionMethod::setAccessible is only available in PHP 5.3+' ); 652 return; 653 } 654 650 655 $q = new WP_Query( 651 656 array( … … 668 673 */ 669 674 public function test_set_found_posts_fields_posts_is_null() { 675 if ( version_compare( PHP_VERSION, '5.3', '<' ) ) { 676 $this->markTestSkipped( 'ReflectionMethod::setAccessible is only available in PHP 5.3+' ); 677 return; 678 } 679 670 680 $q = new WP_Query( 671 681 array(
Note: See TracChangeset
for help on using the changeset viewer.