"fiunchinho/phpunit-randomizer": "^4.0",
"friendsofphp/php-cs-fixer": "^2.12.2",
"typo3/cms-styleguide": "~9.2.0",
- "typo3/testing-framework": "~4.3.3"
+ "typo3/testing-framework": "~4.4.0"
},
"suggest": {
"ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "2d4286e7d7266515cb472a37beeeffe7",
+ "content-hash": "90a79f71bd2e0de6652bd2bcd7492614",
"packages": [
{
"name": "cogpowered/finediff",
},
{
"name": "typo3/testing-framework",
- "version": "4.3.3",
+ "version": "4.4.0",
"source": {
"type": "git",
"url": "https://github.com/TYPO3/testing-framework.git",
- "reference": "745260ecd80446e3e1b88cb581eb62d45f39be6c"
+ "reference": "45b4b0bc28382e03f5c7738d5417ee1ee848034f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/745260ecd80446e3e1b88cb581eb62d45f39be6c",
- "reference": "745260ecd80446e3e1b88cb581eb62d45f39be6c",
+ "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/45b4b0bc28382e03f5c7738d5417ee1ee848034f",
+ "reference": "45b4b0bc28382e03f5c7738d5417ee1ee848034f",
"shasum": ""
},
"require": {
},
"suggest": {
"codeception/codeception": "^2.4",
- "typo3/cms-saltedpasswords": "^9.3",
"typo3/cms-styleguide": "^9.0"
},
"type": "library",
"tests",
"typo3"
],
- "time": "2018-08-12T16:38:27+00:00"
+ "time": "2018-08-16T11:07:05+00:00"
},
{
"name": "webmozart/assert",
--- /dev/null
+.. include:: ../../Includes.txt
+
+=====================================================
+Important: #84280 - Unit test suppressNotices removed
+=====================================================
+
+See :issue:`84280`
+
+Description
+===========
+
+The property :php:`$suppressNotices` available for unit tests extending class
+:php:`UnitTestCase` has been removed. Unit tests that trigger :php:`E_NOTICE`
+level errors will now fail.
+
+The property has been introduced with core v9.2 and has been removed with v9.4
+after no core unit tests used that flag anymore.
+
+If extensions use the typo3/testing-framework for testing, they now may have
+to fix their tests or system under test to not throw notices, either.
+
+.. index:: PHP-API, FullyScanned
\ No newline at end of file
"fiunchinho/phpunit-randomizer": "^4.0",
"friendsofphp/php-cs-fixer": "^2.12.2",
"typo3/cms-styleguide": "~9.2.0",
- "typo3/testing-framework": "~4.3.3"
+ "typo3/testing-framework": "~4.4.0"
},
"suggest": {
"ext-fileinfo": "Used for proper file type detection in the file abstraction layer",
'suppressNotices' => [
'restFiles' => [
'Breaking-83889-E_NOTICEFreeUnitTesting.rst',
+ 'Important-84280-UnitTestSuppressNoticesRemoved.rst',
],
],
];