Task #83889
closedTask #83888: Notice free unit tests
Handle E_NOTICE free unit tests
100%
Description
The main patch raises typo3/testing-framework to 3.0.0 which comes with a version that no longer suppresses E_NOTICE PHP errors by default and lets tests fail that raises them.
The static property $suppressNotices in unit test files is set to true for all test cases that currently raise E_NOTICE errors to suppress them on a by-file basis.
Following patches should remove this property one-by-one again by fixing the system under test the unit test case handles.
Updated by Gerrit Code Review almost 7 years ago
- Status changed from New to Under Review
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55697
Updated by Gerrit Code Review almost 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55697
Updated by Gerrit Code Review almost 7 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55697
Updated by Gerrit Code Review almost 7 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55697
Updated by Christian Kuhn almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e514f4391edf7eda9406d4f2739ace30c2153e77.
Updated by Christian Kuhn over 6 years ago
- Related to Epic #84280: Make unit tests notice free added