Bug #81900
closedTests/Functional/Fixtures/Frontend/request.tpl not moved to testing-framework
100%
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
Updated by Gerrit Code Review over 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53643
Updated by Christian Kuhn about 7 years ago
- Related to Task #82168: Update testing-framework to 1.1.1 added
Updated by Gerrit Code Review about 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53643
Updated by Gerrit Code Review about 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53777
Updated by Jan Helke about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a37b17c55e828b594af11c19e43ad9fae37f408f.