Skip to content

Commit f964760

Browse files
Merge branch '6.4' into 7.3
* 6.4: [PhpUnitBridge] Fix gathering deprecation in phpt
2 parents 099c238 + 5621f03 commit f964760

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
@@ -12,7 +12,6 @@
1212
namespace Symfony\Component\String\Tests;
1313

1414
use PHPUnit\Framework\TestCase;
15-
use Symfony\Component\ErrorHandler\ErrorHandler;
1615
use Symfony\Component\String\LazyString;
1716

1817
class LazyStringTest extends TestCase
@@ -34,8 +33,6 @@ public function testLazyString()
3433
*/
3534
public function testReturnTypeError()
3635
{
37-
ErrorHandler::register();
38-
3936
$s = LazyString::fromCallable(fn () => []);
4037

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

composer.json

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

0 commit comments

Comments
 (0)