| Current Path : /var/www/html/vendor/codeception/phpunit-wrapper/src/ |
| Current File : /var/www/html/vendor/codeception/phpunit-wrapper/src/Init.php |
<?php
namespace Codeception\PHPUnit;
class Init
{
/**
* @api
*/
public static function init()
{
require_once __DIR__ . DIRECTORY_SEPARATOR . 'phpunit7-interfaces.php';
require_once __DIR__ . DIRECTORY_SEPARATOR . 'shim.php';
}
}