Skip to content

Commit bc78521

Browse files
Merge branch '7.3' into 7.4
* 7.3: [PhpUnitBridge] Fix gathering deprecation in phpt
2 parents 140bb69 + f964760 commit bc78521

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Tests/LazyStringTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use PHPUnit\Framework\Attributes\RunInSeparateProcess;
1515
use PHPUnit\Framework\TestCase;
16-
use Symfony\Component\ErrorHandler\ErrorHandler;
1716
use Symfony\Component\String\LazyString;
1817

1918
class LazyStringTest extends TestCase
@@ -33,8 +32,6 @@ public function testLazyString()
3332
#[RunInSeparateProcess]
3433
public function testReturnTypeError()
3534
{
36-
ErrorHandler::register();
37-
3835
$s = LazyString::fromCallable(fn () => []);
3936

4037
$this->expectException(\TypeError::class);

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"symfony/polyfill-mbstring": "~1.0"
2525
},
2626
"require-dev": {
27-
"symfony/error-handler": "^6.4|^7.0|^8.0",
2827
"symfony/emoji": "^7.1|^8.0",
2928
"symfony/http-client": "^6.4|^7.0|^8.0",
3029
"symfony/intl": "^6.4|^7.0|^8.0",

0 commit comments

Comments
 (0)