Qual: Add more PHPunit tests

This commit is contained in:
Laurent Destailleur
2012-02-12 16:41:43 +01:00
parent 4489eba5c6
commit ffa767bb33
3 changed files with 60 additions and 2 deletions

View File

@@ -4239,7 +4239,7 @@ function dol_getIdFromCode($db,$key,$tablename,$fieldkey='code',$fieldid='id')
* Verify if condition in string is ok or not
*
* @param string $strRights String with condition to check
* @return boolean true or false
* @return boolean True or False. Return true if strRights is ''
*/
function verifCond($strRights)
{