Add test on phpunit

This commit is contained in:
Laurent Destailleur
2017-05-21 23:54:37 +02:00
parent 090a7028d7
commit ef9cf6ef52

View File

@@ -81,6 +81,8 @@ class FunctionsLibTest extends PHPUnit_Framework_TestCase
global $conf,$user,$langs,$db;
//$db->begin(); // This is to have all actions inside a transaction even if test launched without suite.
if (! function_exists('mb_substr')) { print "\n".__METHOD__." function mb_substr must be enabled.\n"; die(); }
print __METHOD__."\n";
}