Bug #24838 ยป 17342.patch
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;
|