Actions
Bug #84367
closedBroken test for Extbase’s ExtensionUtility
Start date:
2018-03-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Due to the recently added check for E_NOTICE errors, the test added in 7321564b4b39d6d17014cf3425c1e681c7484ab7 now fails because $TYPO3_CONF_VARS['EXTCONF'] is not defined. The fix is simple: Correctly initialize the array instead of only checking if it is empty.
Updated by Gerrit Code Review over 6 years ago
- Status changed from In Progress to Under Review
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56241
Updated by Anonymous over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d2d39e3bf226261115e52dc3b34f4308445fc547.
Actions