File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,11 @@ public function testSeeInDatabaseFindsResults()
4444        $ this assertDatabaseHas ($ this table , $ this data );
4545    }
4646
47-     public  function  testAssertDatabaseHasSupportModels ()
47+     public  function  testAssertDatabaseHasSupportsModelClass ()
4848    {
4949        $ this mockCountBuilder (1 );
5050
5151        $ this assertDatabaseHas (ProductStub::class, $ this data );
52-         $ this assertDatabaseHas (new  ProductStub , $ this data );
5352    }
5453
5554    public  function  testAssertDatabaseHasConstrainsToModel ()
@@ -116,12 +115,11 @@ public function testDontSeeInDatabaseDoesNotFindResults()
116115        $ this assertDatabaseMissing ($ this table , $ this data );
117116    }
118117
119-     public  function  testAssertDatabaseMissingSupportModels ()
118+     public  function  testAssertDatabaseMissingSupportsModelClass ()
120119    {
121120        $ this mockCountBuilder (0 );
122121
123122        $ this assertDatabaseMissing (ProductStub::class, $ this data );
124-         $ this assertDatabaseMissing (new  ProductStub , $ this data );
125123    }
126124
127125    public  function  testAssertDatabaseMissingConstrainsToModel ()
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments