Files
WildcardEventDispatcher/tests/bootstrap.php
T
2012-02-13 01:09:53 -05:00

10 lines
270 B
PHP

<?php
if (file_exists($file = __DIR__.'/../vendor/.composer/autoload.php')) {
$loader = require_once $file;
} else {
throw new RuntimeException('Install dependencies to run test suite.');
}
$loader->add('Jmikola\\WildcardEventDispatcher', __DIR__.'/../src');