Exemplo n.º 1
0
 public function testFetch()
 {
     $columnBag = with(new \mechanicious\Columnizer\Columnizer($this->mockData))->columnizeRowArray();
     $tableman = new \mechanicious\Tableman\Tableman($columnBag);
     $this->assertEquals($tableman->fetch('id'), new \Illuminate\Support\Collection(array(1, 2)));
 }