getDefaultTests() getDefaultTests() : array getDefaultTests return an array of tests to executes. key are method name, value are parameters (false for no parameter) all path are _PS_ROOTDIR related Returns array
getDefaultTestsOp() getDefaultTestsOp() : array getDefaultTestsOp return an array of tests to executes. key are method name, value are parameters (false for no parameter) Returns array
check() check(array $tests) : array run all test defined in $tests Parameters array $tests Returns array — results of tests
test_dir() test_dir( $relative_dir, $recursive = false, $full_report = null) Parameters $relative_dir $recursive $full_report