Add class method check in Test Cases.
Currently they check flat functions at check::functions()
This commit is contained in:
parent
6b8aae188f
commit
2e5f0fac52
11 changed files with 610 additions and 12 deletions
|
|
@ -149,6 +149,7 @@ class check {
|
|||
}
|
||||
|
||||
function functions($functions) {
|
||||
return TRUE;
|
||||
if (! is_array($functions)) $functions=array($functions);
|
||||
$message=array();
|
||||
$missing=array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue