Epic #84280
closedMake unit tests notice free
100%
Description
In order to archive a PHP E_NOTICE free core, we need to fix a lot of unit test.
Currently the notices were suppressed in the unit tests by
/**
* Subject is not notice free, disable E_NOTICES
*/
protected static $suppressNotices = true;
After removing this code, the correspondend unit tests will fail if the cause an E_NOTICE.
Your mission, if you choose to accept it: Find the reasons for this notices and clean that up. Can be caused by the tests, by the test subjects or by dependencies.
Find yourself more issues by greping for the above string.
Subtasks 136 (0 open — 136 closed)
Updated by Christian Kuhn over 6 years ago
- Related to Task #83975: Notice free TcaSelectItems testing added
Updated by Christian Kuhn over 6 years ago
- Related to Task #83888: Notice free unit tests added
Updated by Christian Kuhn over 6 years ago
- Related to Bug #83981: Notice free FormEngine testing added
Updated by Christian Kuhn over 6 years ago
- Related to Task #83908: Notice free InlineStackProcessor testing added
Updated by Christian Kuhn over 6 years ago
- Related to Task #83889: Handle E_NOTICE free unit tests added
Updated by Gerrit Code Review over 6 years ago
- Status changed from Accepted to Under Review
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/56158
Updated by Christian Kuhn over 6 years ago
- Related to Task #70584: Reduce thrown E_NOTICEs added
Updated by Christian Kuhn over 6 years ago
- Related to Task #70590: Remove all notices thrown in BackendUtilityTest added
Updated by Christian Kuhn over 6 years ago
- Related to Bug #71292: Reduce E_NOTICEs by providing correct test values and issets added
Updated by Gerrit Code Review over 6 years ago
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/57927
Updated by Gerrit Code Review over 6 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/57927
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57927
Updated by Christian Kuhn over 6 years ago
- Status changed from Under Review to Resolved
Applied in changeset 20b51f8861ea6be373955ee83b7c04b7a2fd07fa.