GeoIP2-php/tests/bootstrap.php

8 lines
152 B
PHP
Raw Permalink Normal View History

<?php
2013-10-21 13:18:12 +00:00
if (!$loader = @include __DIR__ . '/../vendor/autoload.php') {
die('Project dependencies missing');
}
$loader->add('GeoIp2\Test', __DIR__);