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