Exemplo n.º 1
0
 public function testEntityPath()
 {
     $model = new SampleModel();
     $this->assertEquals($model->getEntityPath(), 'sample_models');
 }