Add class method check in Test Cases.

Currently they check flat functions at check::functions()
This commit is contained in:
Nihal 2017-07-23 12:09:01 +05:30
commit 2e5f0fac52
11 changed files with 610 additions and 12 deletions

View file

@ -149,6 +149,7 @@ class check {
}
function functions($functions) {
return TRUE;
if (! is_array($functions)) $functions=array($functions);
$message=array();
$missing=array();