mirror of
https://github.com/stan220/WildcardEventDispatcher.git
synced 2026-09-08 18:28:47 +00:00
8 lines
175 B
PHP
8 lines
175 B
PHP
<?php
|
|
|
|
if (!is_file($autoloadFile = __DIR__.'/../vendor/autoload.php')) {
|
|
throw new RuntimeException('Install dependencies to run test suite.');
|
|
}
|
|
|
|
require $autoloadFile;
|