AIParking_Intops_Server/vendor/codeception/phpunit-wrapper/src/Init.php
2020-02-01 16:47:12 +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';
}
}