| Current Path : /var/www/v3.cesa.co.za/vendor/creof/wkt-parser/tests/ |
| Current File : /var/www/v3.cesa.co.za/vendor/creof/wkt-parser/tests/TestInit.php |
<?php
require __DIR__ . '/../vendor/autoload.php';
error_reporting(E_ALL | E_STRICT);
$loader = new \Composer\Autoload\ClassLoader();
$loader->add('CrEOF\Geo\WKT\Tests', __DIR__);
$loader->register();