fields() public method

Return array with names of fields
public fields ( ) : array
return array
コード例 #1
0
ファイル: ConfigTest.php プロジェクト: greg0/lazer-database
 /**
  * @covers Lazer\Classes\Helpers\Config::fields
  */
 public function testFieldIdExists()
 {
     $this->assertContains('id', $this->object->fields());
 }