Changeset 955
- Timestamp:
- 07/25/08 05:17:16 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/arnoschn/cache/script/extras/xinc-ci_tests.php
r948 r955 32 32 function __construct($args) 33 33 { 34 if (!is_file($this->config_file())) die('Not sure where I am and where config/config.php is . Run from inside the test/* folders.');34 if (!is_file($this->config_file())) die('Not sure where I am and where config/config.php is ('.$this->config_file().'). Run from inside the test/* folders.'); 35 35 36 36 $this->loadSettings();
