Server_AccessControl/vendor/codeception/phpunit-wrapper/src/Init.php
2020-10-06 14:27:47 +07:00

14 lines
192 B
PHP

<?php
namespace Codeception\PHPUnit;
class Init
{
/**
* @api
*/
public static function init()
{
require_once __DIR__ . DIRECTORY_SEPARATOR . 'shim.php';
}
}