Changeset 46214 for trunk/tests/phpunit/tests/compat.php
- Timestamp:
- 09/20/2019 10:01:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/compat.php
r46205 r46214 250 250 } 251 251 252 if ( version_compare( PHP_VERSION, '5.4', '<' ) ) {253 $this->markTestSkipped( 'ResourceBundle is only countable in PHP 5.4+' );254 return;255 }256 257 252 $this->assertTrue( is_countable( new ResourceBundle( 'en', null ) ) ); 258 253 }
Note: See TracChangeset
for help on using the changeset viewer.