Login   Register  
PHP Classes
elePHPant
Icontem

File: tests/bootstrap.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2013-12-29 09:31
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');