Files
faveo/vendor/maxmind-db/reader/tests/bootstrap.php
2016-06-13 20:41:55 +05:30

8 lines
154 B
PHP

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