Actions
Bug #81900
closedTests/Functional/Fixtures/Frontend/request.tpl not moved to testing-framework
Start date:
2017-07-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hello,
when installing TYPO3 (Version 8.7.*) you can not use the method \TYPO3\TestingFramework\Core\Functional\FunctionalTestCase::getFrontendResponse for functional tests, since it will fail not finding typo3/sysext/core/Tests/Functional/Fixtures/Frontend/request.tpl .
InvalidArgumentException: Template file could not be loaded.
As a workaround you can have
"config": {
"preferred-install": {
"typo3/cms": "source",
"*": "dist"
}
}
in composer.json to solve this issue.
In my opinion this should be moved to testing-framework too.
Kind regards
Rozbeh
PS: also posting this on: https://github.com/TYPO3/testing-framework/issues
Actions