Exemplo n.º 1
0
 public function testTablemanWithdraw()
 {
     $columnBag = with(new \mechanicious\Columnizer\Columnizer($this->mockData))->columnizeRowArray();
     $tableman = new \mechanicious\Tableman\Tableman($columnBag);
     $this->assertEquals($tableman->withdraw(function () {
         return 'withdraw string';
     }), 'withdraw string');
 }