<?php
define(
'SRCDIR'
,
realpath
(dirname(
__FILE__
) .
'/../src'
));
'TESTDIR'
, dirname(
'DATADIR'
, TESTDIR .
'/data'
);
set_include_path(get_include_path() . PATH_SEPARATOR . SRCDIR);
Download this file