This commit is contained in:
William Knauss
2014-06-05 01:51:46 -04:00
parent c3c13258f3
commit a6f8c708f9
26 changed files with 3963 additions and 1 deletions

6
tests/Bootstrap.php Normal file
View File

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