source: branches/eli_branch/tests/bootstrap.php @ 442

Last change on this file since 442 was 442, checked in by anonymous, 11 years ago

phpunit tests now work with phpunit 3.7

File size: 202 bytes
Line 
1<?php
2session_start();
3//set_include_path(get_include_path() . PATH_SEPARATOR . '../..');
4ini_set('include_path',get_include_path().PATH_SEPARATOR.'/opt'.PATH_SEPARATOR.'..');
5//die(get_include_path());
Note: See TracBrowser for help on using the repository browser.