HM\BackUpWordPress\Requirement_Server_OS::test PHP Method

test() public static method

public static test ( ) : string
return string
    public static function test()
    {
        return PHP_OS;
    }
Requirement_Server_OS