Files
2013-02-26 13:56:14 -05:00

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;