GeoIP2-php/tests/bootstrap.php
2013-05-09 07:29:29 -07:00

8 lines
150 B
PHP

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