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 "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" ,
You can’t perform that action at this time.
0 commit comments