Files
parsecsv-for-php/tests/Bootstrap.php
2018-02-17 23:41:03 +01:00

9 lines
222 B
PHP

<?php
require './vendor/autoload.php';
if (!class_exists('PHPUnit\Framework\TestCase')) {
// we run on an older PHPUnit version without namespaces.
require_once __DIR__ . '/PHPUnit_Framework_TestCase.inc.php';
}