tableName() public méthode

public tableName ( ) : string
Résultat string the associated database table name
 /**
  * @covers Complication::tableName
  */
 public function testTableName()
 {
     $this->assertEquals('complication', $this->model->tableName());
 }