diff --git a/composer.json b/composer.json index 8ca2c325edb34267f9a4fe98b42523e6af84db9e..6e2cd6e6f1e13e3ef152906712e970cc3cf0fc4a 100644 --- a/composer.json +++ b/composer.json @@ -114,11 +114,11 @@ "php-webdriver/webdriver": "^1.14.0", "phpstan/phpstan": "^1.10.48", "phpstan/phpstan-phpunit": "^1.3.15", - "phpunit/phpunit": "^10.4.0", + "phpunit/phpunit": "^10.5.5", "sokil/php-isocodes-db-i18n": "^4.0.17", "symfony/translation": "^6.4", "typo3/cms-styleguide": "^12.0.2", - "typo3/testing-framework": "^8.0.7", + "typo3/testing-framework": "^8.0.8", "webmozart/assert": "^1.11.0" }, "suggest": { diff --git a/composer.lock b/composer.lock index f82e17c4bf921aa21338d5abab42b31b430d1c6a..89a3467dfecff479832cb6e3505c108972b93a23 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "07621639d7883796e9c244884c5dbdc9", + "content-hash": "9d14942204ece51df82cc01aba8231d2", "packages": [ { "name": "bacon/bacon-qr-code", @@ -7134,16 +7134,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.4.0", + "version": "10.5.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "9784e877e3700de37475545bdbdce8383ff53d25" + "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9784e877e3700de37475545bdbdce8383ff53d25", - "reference": "9784e877e3700de37475545bdbdce8383ff53d25", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ed21115d505b4b4f7dc7b5651464e19a2c7f7856", + "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856", "shasum": "" }, "require": { @@ -7183,7 +7183,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "10.4-dev" + "dev-main": "10.5-dev" } }, "autoload": { @@ -7215,7 +7215,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.0" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.5" }, "funding": [ { @@ -7231,7 +7231,7 @@ "type": "tidelift" } ], - "time": "2023-10-06T03:41:22+00:00" + "time": "2023-12-27T15:13:52+00:00" }, { "name": "psy/psysh", @@ -8997,16 +8997,16 @@ }, { "name": "typo3/testing-framework", - "version": "8.0.7", + "version": "8.0.8", "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "a0ccebcddbc9ac34024d4edcf4165dc145e15e56" + "reference": "a6f63d180637bf78edc4720ff9a733ec34275b4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/a0ccebcddbc9ac34024d4edcf4165dc145e15e56", - "reference": "a0ccebcddbc9ac34024d4edcf4165dc145e15e56", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/a6f63d180637bf78edc4720ff9a733ec34275b4b", + "reference": "a6f63d180637bf78edc4720ff9a733ec34275b4b", "shasum": "" }, "require": { @@ -9064,9 +9064,9 @@ "support": { "general": "https://typo3.org/support/", "issues": "https://github.com/TYPO3/testing-framework/issues", - "source": "https://github.com/TYPO3/testing-framework/tree/8.0.7" + "source": "https://github.com/TYPO3/testing-framework/tree/8.0.8" }, - "time": "2023-11-23T13:51:56+00:00" + "time": "2023-12-28T13:04:55+00:00" } ], "aliases": [], diff --git a/typo3/sysext/core/Tests/Unit/Error/ErrorHandlerTest.php b/typo3/sysext/core/Tests/Unit/Error/ErrorHandlerTest.php index 63f1deed5cd02e961a9c175046c9dff13e3032c1..d537921e0a1169cd706b05cb9535b0f05a404c97 100644 --- a/typo3/sysext/core/Tests/Unit/Error/ErrorHandlerTest.php +++ b/typo3/sysext/core/Tests/Unit/Error/ErrorHandlerTest.php @@ -17,6 +17,9 @@ declare(strict_types=1); namespace TYPO3\CMS\Core\Tests\Unit\Error; +use PHPUnit\Framework\Attributes\DataProvider; +use PHPUnit\Framework\Attributes\Test; +use PHPUnit\Framework\Attributes\WithoutErrorHandler; use Psr\Log\LoggerInterface; use Psr\Log\LoggerTrait; use Psr\Log\LogLevel; @@ -64,6 +67,9 @@ final class ErrorHandlerTest extends UnitTestCase }; } + #[WithoutErrorHandler] + #[Test] + #[DataProvider('errorTests')] /** * @test * @dataProvider errorTests