From 1c4bcaffa6ff93485a2dca9952adcd1ebe2fd73a Mon Sep 17 00:00:00 2001 From: William Knauss Date: Thu, 5 Jun 2014 16:37:32 -0400 Subject: [PATCH] bootstrap update --- tests/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 39a6178..e5cc951 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -3,4 +3,4 @@ $dir = realpath(dirname(__FILE__)); defined('BASE') OR define('BASE', realpath($dir.'/../').DIRECTORY_SEPARATOR); -require_once BASE.'parseCSV.lib.php'; +require_once BASE.'parsecsv.lib.php';