예제 #1
0
 /**
  * Test that repository loads Illuminate model
  *
  * @author Morten Rugaard <*****@*****.**>
  *
  * @access public
  * @return void
  */
 public function testRepositoryReturnsIlluminateModel()
 {
     $this->assertInstanceOf(Model::class, $this->repository->getModel());
 }