Changeset 51415 for trunk/tests/phpunit/tests/pomo/mo.php
- Timestamp:
- 07/13/2021 10:43:42 AM (5 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
r51367 r51415 180 180 function test_overloaded_mb_functions() { 181 181 if ( ( ini_get( 'mbstring.func_overload' ) & 2 ) === 0 ) { 182 $this->markTestSkipped( __METHOD__ . ' only runs when mbstring.func_overload isenabled.' );182 $this->markTestSkipped( 'This test requires mbstring.func_overload to be enabled.' ); 183 183 } 184 184
Note: See TracChangeset
for help on using the changeset viewer.