Your IP : 216.73.216.220


Current Path : /var/www/html/vendor/phpcollection/phpcollection/tests/
Upload File :
Current File : /var/www/html/vendor/phpcollection/phpcollection/tests/bootstrap.php

<?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;