tableName() public method

public tableName ( ) : string
return string the associated database table name
コード例 #1
0
 /**
  * @covers ContactMetadata::tableName
  */
 public function testTableName()
 {
     $this->assertEquals('contact_metadata', $this->model->tableName());
 }