tests/Tests.php
[Pman.Core] / tests / Tests.php
1 <?php
2
3 // include to make the tests run..
4 // this needs fixing - probably needs to point to a test framework..
5 $_test_dir  = '/var/www/web.roojsolutions/';
6
7 ini_set('include_path', 
8             $_test_dir  . ':' . 
9             $_test_dir  .'/pearfix:' . 
10             $_test_dir  .'/pear:' . 
11             ini_get('include_path'));
12
13 define('DB_DATAOBJECT_NO_OVERLOAD', true);
14
15 require_once 'HTML/FlexyFramework/Page.php';
16
17 require_once 'DB/DataObject.php';
18