GeoIP2-php/tests/bootstrap.php

9 lines
151 B
PHP

<?php
if (!$loader = @include __DIR__.'/../vendor/autoload.php') {
die('Project dependencies missing');
}
$loader->add('GeoIP2\Test', __DIR__);