Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/klarna/module-kp/Test/Unit/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/klarna/module-kp/Test/Unit/bootstrap.php

<?php
// @codingStandardsIgnoreFile
require_once './vendor/autoload.php';
/**
 * @SuppressWarnings(PHPMD.ShortMethodName)
 */
function __()
{
    $argc = func_get_args();

    $text = array_shift($argc);
    if (!empty($argc) && is_array($argc[0])) {
        $argc = $argc[0];
    }

    return new \Magento\Framework\Phrase($text, $argc);
}