tableName() public method

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