allebb/distical

View on GitHub
phpunit.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Distical
 *
 * Distical is a simple distance calculator library for PHP which
 * amongst other things can calculate the distance between two or more lat/long
 * co-ordinates.
 *
 * @author Bobby Allen <ballen@bobbyallen.me>
 * @license http://opensource.org/licenses/MIT
 * @link https://github.com/allebb/distical
 * @link http://www.bobbyallen.me
 *
 */

/**
 * PHPUNIT BOOTSTRAP FILE USED TO LOAD THE COMPOSER AUTOLOADER SO WE CAN
 * UTILISE THE PACKAGE CLASSES IN THE TEST CLASSES.
 */
require __DIR__ . '/vendor/autoload.php';