Your IP : 216.73.216.220


Current Path : /var/www/html/vendor/codeception/phpunit-wrapper/src/
Upload File :
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';
    }
}