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.
Actions