Files
parsecsv-for-php/tests/Bootstrap.php
William Knauss a6f8c708f9 1
2014-06-05 01:51:46 -04:00

6 lines
159 B
PHP

<?php
$dir = realpath(dirname(__FILE__));
defined('BASE') OR define('BASE', realpath($dir.'/../').DIRECTORY_SEPARATOR);
require_once BASE.'parseCSV.lib.php';