File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ updates:
1919      ignore :
2020        - dependency-name : " phpstan/*" 
2121        - dependency-name : " phpunit/phpunit" 
22-           versions : [ ">= 9 .0.0" ] 
22+           versions : [ ">= 10 .0.0" ] 
2323        - dependency-name : " rector/rector" 
2424        - dependency-name : " thecodingmachine/safe" 
2525        - dependency-name : " thecodingmachine/phpstan-safe-rule" 
Original file line number Diff line number Diff line change 3333        "phpstan/phpstan" : " 1.12.28 || 2.1.25" 
3434        "phpstan/phpstan-phpunit" : " 1.4.2 || 2.0.7" 
3535        "phpstan/phpstan-strict-rules" : " 1.6.2 || 2.0.6" 
36-         "phpunit/phpunit" : " 9.6.25 " 
36+         "phpunit/phpunit" : " 9.6.29 " 
3737        "rawr/phpunit-data-provider" : " 3.3.1" 
3838        "rector/rector" : " 1.2.10 || 2.1.7" 
3939        "rector/type-perfect" : " 1.0.0 || 2.1.0" 
Original file line number Diff line number Diff line change 1+ <?php 
2+ declare (strict_types=1 );
3+ namespace  Sabberworm \CSS \Tests \Support ;
4+ 
5+ /** 
6+  * Concrete subclass of the abstract PHPUnit constraint class. 
7+  */ 
8+ final  class  TraversableContains extends  \PHPUnit \Framework \Constraint \TraversableContains
9+ {
10+ 
11+ }
Original file line number Diff line number Diff line change 55namespace  Sabberworm \CSS \Tests \Unit \Comment ;
66
77use  PHPUnit \Framework \Constraint \LogicalAnd ;
8- use  PHPUnit \Framework \Constraint \TraversableContains ;
98use  PHPUnit \Framework \TestCase ;
109use  Sabberworm \CSS \Comment \Comment ;
10+ use  Sabberworm \CSS \Tests \Support \TraversableContains ;
1111use  Sabberworm \CSS \Tests \Unit \Comment \Fixtures \ConcreteCommentContainer ;
1212use  TRegx \PhpUnit \DataProviders \DataProvider ;
1313
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments