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';