File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed 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