// small fix

This commit is contained in:
Rémi Gaillard
2013-02-21 15:24:33 +01:00
parent eeb0f504d4
commit b6db160c47
3 changed files with 1 additions and 12 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ class ConfigurationTestCore
return ConfigurationTest::test_dir($dir);
}
public static function test_mcrypt()
public static function test_mbstring()
{
return function_exists('mb_strtolower');
}