Webservice client unit tests and fixes for bugs discovered while creating them
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
if (!$loader = @include __DIR__.'/../vendor/autoload.php') {
|
||||
die('Project dependencies missing');
|
||||
}
|
||||
|
||||
$loader->add('GeoIP2\Test', __DIR__);
|
||||
|
||||
Reference in New Issue
Block a user