| Current Path : /var/www/clients/client3/web2/web/vendor/klarna/module-kp/Test/Unit/ |
| 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);
}