Project

General

Profile

Bug #24838 ยป 17342.patch

Administrator Admin, 2011-01-26 17:16

View differences:

tests/t3lib/formprotection/t3lib_formprotection_BackendFormProtectionTest.php (revision )
array('getSessionData', 'setAndSaveSessionData')
);
$GLOBALS['BE_USER']->user = $this->backEndUserBackup->user;
$className = $this->createAccessibleProxyClass();
$this->fixture = new $className;
}
public function tearDown() {
$this->fixture->__destruct();
unset($this->fixture);
$GLOBALS['BE_USER'] = $this->backEndUserBackup;
    (1-1/1)