Changeset 43227
- Timestamp:
- 05/10/2018 08:17:00 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/tests/phpunit/tests/compat.php
r43221 r43227 247 247 } 248 248 249 if ( version_compare( PHP_VERSION, '5.4', '<' ) ) { 250 $this->markTestSkipped( 'ResourceBundle is only countable in PHP 5.4+' ); 251 return; 252 } 253 249 254 $this->assertTrue( is_countable( new ResourceBundle( 'en', null ) ) ); 250 255 }
Note: See TracChangeset
for help on using the changeset viewer.