Bug #88453
closedTests reacting to latest phpunit releases
100%
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
Updated by Gerrit Code Review over 5 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/+/60835
Updated by Gerrit Code Review over 5 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/+/60835
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60836
Updated by Anja Leichsenring over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2d941445827fda76d53203c3337568bbf92e93d3.