Changeset 45607 for trunk/tests/phpunit/tests/pomo/mo.php
- Timestamp:
- 07/08/2019 12:55:20 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/pomo/mo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pomo/mo.php
r43571 r45607 179 179 180 180 function test_overloaded_mb_functions() { 181 if ( ( ini_get( 'mbstring.func_overload' ) & 2 ) == 0 ) {181 if ( ( ini_get( 'mbstring.func_overload' ) & 2 ) === 0 ) { 182 182 $this->markTestSkipped( __METHOD__ . ' only runs when mbstring.func_overload is enabled.' ); 183 183 }
Note: See TracChangeset
for help on using the changeset viewer.