init
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$loader = @include __DIR__ . '/../vendor/autoload.php';
|
||||
if (!$loader) {
|
||||
$loader = require __DIR__ . '/../../../../vendor/autoload.php';
|
||||
}
|
||||
$loader->addPsr4('React\\Tests\\EventLoop\\', __DIR__);
|
||||
Reference in New Issue
Block a user