Changeset 1122
- Timestamp:
- 09/08/08 05:56:07 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/arnoschn/cache/lib/utils/scripts/ci-test.php
r1120 r1122 442 442 if (!in_array(strtolower($memcachedInstalled),array('y','yes','si','ja','1'))) { 443 443 $installation = $this->settings['test-installation']; 444 $memcacheTestConfigFile = $installation.DS.'test'.DS.'unit'.DS.' suites'.DS.'config'.DS.'memcached';444 $memcacheTestConfigFile = $installation.DS.'test'.DS.'unit'.DS.'config'.DS.'memcached'; 445 445 file_put_contents($memcacheTestConfigFile,'0'); 446 446 return; … … 452 452 $this->error('Could not create caching.yml. Disabling memcached support.'); 453 453 $installation = $this->settings['test-installation']; 454 $memcacheTestConfigFile = $installation.DS.'test'.DS.'unit'.DS.' suites'.DS.'config'.DS.'memcached';454 $memcacheTestConfigFile = $installation.DS.'test'.DS.'unit'.DS.'config'.DS.'memcached'; 455 455 file_put_contents($memcacheTestConfigFile,'0'); 456 456 return;
