Example #1
0
 protected function setUp()
 {
     $this->testingFramework = new tx_oelib_testingFramework('tx_seminars');
     $this->fixture = new tx_seminars_BagBuilder_Event();
     $this->fixture->setTestMode();
     $this->future = $GLOBALS['EXEC_TIME'] + 50;
     $this->past = $GLOBALS['EXEC_TIME'] - 50;
 }