phpmock\MockDefiningOrderTest::escapeshellcmd PHP Method

escapeshellcmd() private static method

Returns the built-in call to escapeshellcmd().
private static escapeshellcmd ( string $command ) : string
$command string Shell command.
return string The built-in call.
    private static function escapeshellcmd($command)
    {
        return escapeshellcmd($command);
    }