Exemplo n.º 1
0
 function testgetArrayOfColumnNames()
 {
     $result = $this->testbuildArray();
     $classInstance = new SplitsClass();
     $result = $classInstance->getArrayOfColumnNames();
     $this->assertTrue($result[0] === 'tSp_id');
     $this->assertTrue($result[8] === 'tSp_TimeRelativeOrAbsolute');
 }