File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 22
33namespace  Rappasoft \LaravelLivewireTables \Tests \Unit \Views \Filters ;
44
5+ use  Illuminate \View \ComponentAttributeBag ;
56use  PHPUnit \Framework \Attributes \Group ;
67use  Rappasoft \LaravelLivewireTables \Tests \TestCase ;
7- use  Illuminate \View \ComponentAttributeBag ;
88
99#[Group('Filters ' )]
1010abstract  class  FilterTestCase extends  TestCase
@@ -184,7 +184,6 @@ public function test_can_set_custom_pill_attributes(): void
184184
185185        $ this  ->assertSame ($ attributes , $ filter ->getPillAttributes ());
186186
187- 
188187    }
189188
190189    public  function  test_can_set_custom_pill_attributes_bag (): void 
@@ -198,6 +197,4 @@ public function test_can_set_custom_pill_attributes_bag(): void
198197        $ this  ->assertSame ($ bag ->getAttributes (), $ filter ->getPillAttributesBag ()->getAttributes ());
199198
200199    }
201- 
202- 
203200}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments