<?php $path = realpath('./../../'); set_include_path(get_include_path() . PATH_SEPARATOR . $path); require_once ('PHPUnit/Autoload.php'); require_once ('./../src/Autoload.php');
info at phpclasses dot org