Example #1
0
 public function setUp()
 {
     $factory = new Ublaboo\DataGrid\Tests\Files\XTestingDataGridFactory();
     $this->grid = $factory->createXTestingDataGrid();
 }
 public function setUp()
 {
     $this->ds = new Ublaboo\DataGrid\DataSource\DoctrineCollectionDataSource(new ArrayCollection($this->data), 'id');
     $factory = new Ublaboo\DataGrid\Tests\Files\XTestingDataGridFactory();
     $this->grid = $factory->createXTestingDataGrid();
 }