gnu-social/vendor/jms/parser-lib/tests/bootstrap.php

8 lines
225 B
PHP
Raw Normal View History

2020-08-07 23:42:38 +01:00
<?php
if ( ! is_file($autoloadFile = __DIR__.'/../vendor/autoload.php')) {
echo 'Could not find "vendor/autoload.php". Did you forget to run "composer install --dev"?'.PHP_EOL;
exit(1);
}
require_once $autoloadFile;