Actions
Bug #79588
closedTesting framework must set TYPO3_DLOG constant
Start date:
2017-02-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
Not setting a value for the constant causes the usage to be interpreted as string "TYPO3_DLOG", which yields true when used in boolean context.
This triggers calls to logging facilities in the test runs, which is not what we want.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from Accepted 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/51504
Updated by Gerrit Code Review almost 8 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/51504
Updated by Markus Klein almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 33adb38a07bc0a3d3836c3a25fa0a87b595c101d.
Actions