Skip to content
Snippets Groups Projects
Commit 57055c98 authored by Oliver Eglseder's avatar Oliver Eglseder Committed by Benni Mack
Browse files

[TASK] Remove the first few E_NOTICEs occuring in the unit tests

PHP throws E_NOTICE when not existing array keys are accessed.
The received value will become null.

This patch aims to reduce the number of generated notices,
to increase readability and reliability of the changed methods.

Resolves: #70587
Related: #70584
Releases: master
Change-Id: I23ee39b0d89f1be828565cbe6c745b6eeefdcfde
Reviewed-on: https://review.typo3.org/43988


Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent 0b95e3c9
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment