PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Sergii Pryz   PHP Split CSV   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Class source
Class: PHP Split CSV
Split CSV files input multiple parts set by rules
Author: By
Last change:
Date: 10 years ago
Size: 178 bytes
 

Contents

Class file image Download
<?php
$path
= realpath('./../../');
set_include_path(get_include_path() . PATH_SEPARATOR . $path);

require_once (
'PHPUnit/Autoload.php');
require_once (
'./../src/Autoload.php');