Exemplo n.º 1
0
 public function testCollapse()
 {
     $columnBag = with(new \mechanicious\Columnizer\Columnizer($this->mockData))->columnizeRowArray();
     $tableman = new \mechanicious\Tableman\Tableman($columnBag);
     $this->assertEquals(count($tableman->collapse()), 8);
 }