Changeset 3064:a484a50c8c14 for tests/unit/bootstrap.php
- Timestamp:
- 07/30/15 20:31:21 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/unit/bootstrap.php
r2999 r3064 23 23 $__autoload['pgsqlConnection'] = CLEARBRICKS_PATH.'/dblayer/class.pgsql.php'; 24 24 $__autoload['record'] = CLEARBRICKS_PATH.'/dblayer/dblayer.php'; 25 $__autoload['template'] = CLEARBRICKS_PATH.'/template/class.template.php'; 26 $__autoload['path'] = CLEARBRICKS_PATH.'/common/lib.files.php'; 25 27 26 28 $__autoload['dcCore'] = __DIR__.'/../../inc/core/class.dc.core.php';
Note: See TracChangeset
for help on using the changeset viewer.