[!!!][TASK] Handle E_NOTICE free unit tests
Raise typo3/testing-framework from 2.0.4 to 3.0.0: composer require --dev typo3/testing-framework ^3.0 The new typo3/testing-framework version comes with a change that no longer suppresses E_NOTICE PHP errors by default and lets tests fail that raise 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. Further patches should remove this property one-by-one again by fixing the system under test the unit test case handles. Change-Id: I7d44fe3723ce5820a37051ae31f16b2f142ffba6 Resolves: #83889 Related: #83888 Releases: master Reviewed-on: https://review.typo3.org/55697 Reviewed-by:Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 12 additions, 12 deletionscomposer.lock
- typo3/sysext/backend/Tests/Unit/Controller/FormInlineAjaxControllerTest.php 5 additions, 0 deletions...nd/Tests/Unit/Controller/FormInlineAjaxControllerTest.php
- typo3/sysext/backend/Tests/Unit/Controller/Wizard/SuggestWizardControllerTest.php 5 additions, 0 deletions...ts/Unit/Controller/Wizard/SuggestWizardControllerTest.php
- typo3/sysext/backend/Tests/Unit/Form/Container/ListOfFieldsContainerTest.php 5 additions, 0 deletions...d/Tests/Unit/Form/Container/ListOfFieldsContainerTest.php
- typo3/sysext/backend/Tests/Unit/Form/Container/PaletteAndSingleContainerTest.php 5 additions, 0 deletions...sts/Unit/Form/Container/PaletteAndSingleContainerTest.php
- typo3/sysext/backend/Tests/Unit/Form/Element/AbstractFormElementTest.php 5 additions, 0 deletions...ckend/Tests/Unit/Form/Element/AbstractFormElementTest.php
- typo3/sysext/backend/Tests/Unit/Form/Element/InputDateTimeElementTest.php 5 additions, 0 deletions...kend/Tests/Unit/Form/Element/InputDateTimeElementTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseDefaultLanguagePageRowTest.php 5 additions, 0 deletions...m/FormDataProvider/DatabaseDefaultLanguagePageRowTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseRecordTypeValueTest.php 5 additions, 0 deletions...nit/Form/FormDataProvider/DatabaseRecordTypeValueTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseRowInitializeNewTest.php 5 additions, 0 deletions...it/Form/FormDataProvider/DatabaseRowInitializeNewTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseSystemLanguageRowsTest.php 5 additions, 0 deletions.../Form/FormDataProvider/DatabaseSystemLanguageRowsTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/DatabaseUserPermissionCheckTest.php 5 additions, 0 deletions...Form/FormDataProvider/DatabaseUserPermissionCheckTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/EvaluateDisplayConditionsTest.php 5 additions, 0 deletions...t/Form/FormDataProvider/EvaluateDisplayConditionsTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaCheckboxItemsTest.php 5 additions, 0 deletions...Tests/Unit/Form/FormDataProvider/TcaCheckboxItemsTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaColumnsProcessCommonTest.php 5 additions, 0 deletions...nit/Form/FormDataProvider/TcaColumnsProcessCommonTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaColumnsProcessFieldLabelsTest.php 5 additions, 0 deletions...orm/FormDataProvider/TcaColumnsProcessFieldLabelsTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaColumnsProcessRecordTitleTest.php 5 additions, 0 deletions...orm/FormDataProvider/TcaColumnsProcessRecordTitleTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaColumnsProcessShowitemTest.php 5 additions, 0 deletions...t/Form/FormDataProvider/TcaColumnsProcessShowitemTest.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/TcaFlexPrepareTest.php 5 additions, 0 deletions...d/Tests/Unit/Form/FormDataProvider/TcaFlexPrepareTest.php
Please register or sign in to comment