Actions
Bug #50845
closedTest Configuration\ConfigurationManagerTest fails in PHPUnit Backend
Start date:
2013-08-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When running the tests in the PHPUnit backend the path of the current working directory is set to typo3/ (where mod.php is included). Therefore the test canWriteConfigurationReturnsTrueIfDirectoryAndFilesAreWritable as it deals with paths relative to the root directory. We have to use absolute paths to ensure files in typo3temp folder exist.
Actions