コード例 #1
0
ファイル: ExportTest.php プロジェクト: OCC2/occ2pacs
 public function setUp()
 {
     $factory = new Ublaboo\DataGrid\Tests\Files\XTestingDataGridFactory();
     $this->grid = $factory->createXTestingDataGrid();
 }
コード例 #2
0
 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();
 }