HM\BackUpWordPress\Requirement_Max_Exec::test PHP Method

test() public static method

public static test ( ) : string
return string
    public static function test()
    {
        return @ini_get('max_execution_time');
    }
Requirement_Max_Exec