Ejemplo n.º 1
0
 public function setUp()
 {
     parent::setUp();
     $moduleLoader = new \Fab\Vidi\Module\ModuleLoader($this->dataType);
     $moduleLoader->register();
     $GLOBALS['_GET']['M'] = $this->moduleCode;
     $this->fixture = new \Fab\Vidi\Grid\RelationRenderer();
 }
Ejemplo n.º 2
0
 public function setUp()
 {
     parent::setUp();
     $this->fixture = new \Fab\Vidi\Module\ModuleLoader($this->dataType);
     $this->fixture->register();
 }
Ejemplo n.º 3
0
 public function setUp()
 {
     parent::setUp();
     $GLOBALS['TCA'][$this->dataType]['columns'] = array('foo' => array(), 'foo_bar' => array());
     $this->fixture = new \Fab\Vidi\Domain\Model\Content($this->dataType);
 }