예제 #1
0
 /**
  * @covers ByJG\AnyDataset\Repository\SingleRow::getFieldNames
  * @todo   Implement testGetFieldNames().
  */
 public function testGetFieldNames()
 {
     $this->fill();
     $this->assertEquals(array('field1', 'field2'), $this->object->getFieldNames());
 }