Files
parsecsv-for-php/tests/Bootstrap.php
2014-06-05 12:08:17 -04:00

7 lines
160 B
PHP

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