init
This commit is contained in:
14
vendor/codeception/phpunit-wrapper/src/Init.php
vendored
Normal file
14
vendor/codeception/phpunit-wrapper/src/Init.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Codeception\PHPUnit;
|
||||
|
||||
class Init
|
||||
{
|
||||
/**
|
||||
* @api
|
||||
*/
|
||||
public static function init()
|
||||
{
|
||||
require_once __DIR__ . DIRECTORY_SEPARATOR . 'shim.php';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user