Project

General

Profile

Actions

Bug #81900

closed

Tests/Functional/Fixtures/Frontend/request.tpl not moved to testing-framework

Added by Rozbeh Chiryai Sharahi almost 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Tests
Target version:
-
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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #82168: Update testing-framework to 1.1.1Closed2017-08-22

Actions
Actions

Also available in: Atom PDF