Actions
Bug #90647
closedAcceptance Tests fail in composer min setup with codeception 4.x
Start date:
2020-03-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
the first release of codeception version 4 removed modules shipped and added them as single packages. The first version of lib-assert missed defininions for assertStringEnds*, which leads to errors when using composer min setup.
Requiring lib-asserts in min version 1.1.0 resolves the problem.
Updated by Anja Leichsenring over 4 years ago
- Related to Task #90627: Use codeception 4 for acceptance tests added
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/63552
Updated by Gerrit Code Review over 4 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/c/Packages/TYPO3.CMS/+/63552
Updated by Anja Leichsenring over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d6a6bbcc7cd0d5434adc279badbec27fb696a58b.
Actions