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 1212namespace  Symfony \Component \String \Tests ;
1313
1414use  PHPUnit \Framework \TestCase ;
15- use  Symfony \Component \ErrorHandler \ErrorHandler ;
1615use  Symfony \Component \String \LazyString ;
1716
1817class  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);
Original file line number Diff line number Diff line change 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"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments