File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1313
1414use PHPUnit \Framework \Attributes \RunInSeparateProcess ;
1515use PHPUnit \Framework \TestCase ;
16- use Symfony \Component \ErrorHandler \ErrorHandler ;
1716use Symfony \Component \String \LazyString ;
1817
1918class 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);
Original file line number Diff line number Diff line change 2424 },
2525 "require-dev" : {
2626 "symfony/emoji" : " ^7.4|^8.0" ,
27- "symfony/error-handler" : " ^7.4|^8.0" ,
2827 "symfony/http-client" : " ^7.4|^8.0" ,
2928 "symfony/intl" : " ^7.4|^8.0" ,
3029 "symfony/translation-contracts" : " ^2.5|^3.0" ,
You can’t perform that action at this time.
0 commit comments