Ejemplo n.º 1
0
 public function testParseResults()
 {
     $this->dataTable->shouldReceive('parseOnTableColumns')->times(3)->shouldReceive('parseComputedColumns')->times(3);
     $this->assertEquals($this->dataTable->parseResults(array(1, 2, 3)), array(array(), array(), array()));
 }