tests/Tests.php
[Pman.Core] / tests / Tests.php
1 <?php
2
3 // include to make the tests run..
4 $_test_dir  = dirname(__FILE__).'/home/gitlive/web.roojsolutions/';
5
6 ini_set('include_path', 
7             $_test_dir  . ':' . 
8             $_test_dir  .'/pearfix:' . 
9             $_test_dir  .'/pear:' . 
10             ini_get('include_path'));
11
12 define('DB_DATAOBJECT_NO_OVERLOAD', true);
13
14