File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1111use  Illuminate \Contracts \Auth \Factory  as  AuthManager ;
1212use  Illuminate \Database \Schema \{Blueprint , Builder  as  SchemaBuilder };
1313use  Illuminate \Foundation \Auth \User  as  Authenticatable ;
14- use  Illuminate \Foundation \Testing \{RefreshDatabase , WithFaker };
14+ use  Illuminate \Foundation \Testing \{LazilyRefreshDatabase , WithFaker };
1515use  Illuminate \Support \Str ;
1616use  Mockery ;
1717use  Orchestra \Testbench \TestCase  as  OrchestraTestCase ;
1818
1919abstract  class  TestCase extends  OrchestraTestCase
2020{
21-     use  RefreshDatabase ;
21+     use  LazilyRefreshDatabase ;
2222    use  WithFaker;
2323
2424    /** 
@@ -27,6 +27,7 @@ abstract class TestCase extends OrchestraTestCase
2727    public  function  tearDown (): void 
2828    {
2929        Mockery::close ();
30+         parent ::tearDown ();
3031    }
3132
3233    /** 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments