Skip to content
Snippets Groups Projects
Commit 896e629a authored by Benni Mack's avatar Benni Mack Committed by Oliver Hader
Browse files

[BUGFIX] Avoid PHP notices in unit tests

When commenting out the line

  SystemEnvironmentBuilder::initializeBasicErrorReporting()

then Unit Tests run with notices, showing notices as errors.

This happened due to recent updates of the TYPO3 testing framework v6.

The fix to overcome this is https://review.typo3.org/c/Packages/TYPO3.CMS/+/62926
but the preferred clean ups are done beforehand.

Resolves: #90245
Releases: master
Change-Id: Ieb43f2f9524fb18c221b9c690de7116c994f5260
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63068


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
parent e1fc3208
Branches
Tags
Showing with 33 additions and 31 deletions
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