mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
PHPUnit: made compatible with v6, which is now namespaced.
This commit is contained in:
@@ -4,3 +4,7 @@ $dir = realpath(__DIR__);
|
||||
defined('BASE') OR define('BASE', dirname($dir) . '/');
|
||||
|
||||
require_once BASE . 'parsecsv.lib.php';
|
||||
|
||||
if (class_exists('PHPUnit_Framework_TestCase')) {
|
||||
require_once __DIR__ . '/PHPUnit_Framework_TestCase.inc.php';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user