Example #1
0
 protected function setUp()
 {
     $this->testingFramework = new tx_oelib_testingFramework('tx_seminars');
     $systemFolderUid = $this->testingFramework->createSystemFolder();
     $this->testingFramework->createTemplate($systemFolderUid, array('tstamp' => $GLOBALS['SIM_EXEC_TIME'], 'sorting' => 256, 'crdate' => $GLOBALS['SIM_EXEC_TIME'], 'cruser_id' => 1, 'title' => 'TEST', 'root' => 1, 'clear' => 3, 'include_static_file' => 'EXT:seminars/Configuration/TypoScript/'));
     $this->fixtureUid = $this->testingFramework->createRecord('tx_seminars_test', array('pid' => $systemFolderUid, 'title' => 'Test'));
     $this->fixture = new tx_seminars_tests_fixtures_OldModel_Testing($this->fixtureUid);
 }