add stuff necessary to run integration tests using phpunit
This commit is contained in:
@@ -28,7 +28,7 @@ class Handler implements IHandler {
|
||||
/**
|
||||
* @param mixed $p
|
||||
*/
|
||||
protected static function _param_to_bool($p): bool {
|
||||
public static function _param_to_bool($p): bool {
|
||||
$p = clean($p);
|
||||
return $p && ($p !== "f" && $p !== "false");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user