Actions
Bug #88453
closedTests reacting to latest phpunit releases
Start date:
2019-05-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
https://github.com/sebastianbergmann/phpunit/commit/b96156380fbf333f63ee7d6a6a88fee9f2ea9824 was released today in version 7 and 8, and our nightly builds with composer max version failed for master and v9.
NodeFactoryTest contains some mocks of the NodeResolverInterface that expects constructor arguments but provided none. Disabling the constructor mocking solves the problem
Actions