GeoIP2-php/tests/bootstrap.php
2013-10-21 06:18:12 -07:00

8 lines
152 B
PHP

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