mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
1
This commit is contained in:
6
tests/Bootstrap.php
Normal file
6
tests/Bootstrap.php
Normal 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';
|
||||
Reference in New Issue
Block a user