예제 #1
0
 public function testGroupBy()
 {
     $columnBag = with(new \mechanicious\Columnizer\Columnizer($this->mockData))->columnizeRowArray();
     $tableman = new \mechanicious\Tableman\Tableman($columnBag);
     // This function needs to be reimplemented.
     $this->assertEquals($tableman->groupBy('hobby'), $tableman->groupBy('hobby'));
 }