Project

General

Profile

Bug #23435 ยป 15539.diff

Administrator Admin, 2010-08-23 23:47

View differences:

tests/t3lib/t3lib_divTest.php
* @subpackage t3lib
*/
class t3lib_divTest extends tx_phpunit_testcase {
/**
* Enable backup of global and system variables
*
* @var boolean
*/
protected $backupGlobals = TRUE;
/**
* Exclude TYPO3_DB from backup/ restore of $GLOBALS
* because resource types cannot be handled during serializing
*
* @var array
*/
protected $backupGlobalsBlacklist = array('TYPO3_DB');
///////////////////////////////
// Tests concerning validIP
tests/t3lib/t3lib_spritemanagerTest.php
* @subpackage t3lib
*/
class t3lib_SpriteManagerTest extends tx_phpunit_testcase {
/**
* Enable backup of global and system variables
*
* @var boolean
*/
protected $backupGlobals = TRUE;
/**
* Exclude TYPO3_DB from backup/ restore of $GLOBALS
* because resource types cannot be handled during serializing
*
* @var array
*/
public $backupGlobals = TRUE;
protected $backupGlobalsBlacklist = array('TYPO3_DB');
//////////////////////////////////////////
tests/t3lib/t3lib_tcemainTest.php
* @author Oliver Klee <typo3-coding@oliverklee.de>
*/
class t3lib_tcemainTest extends tx_phpunit_testcase {
/**
* Enable backup of global and system variables
*
* @var boolean
*/
protected $backupGlobals = TRUE;
/**
* @var boolean
* Exclude TYPO3_DB from backup/ restore of $GLOBALS
* because resource types cannot be handled during serializing
*
* @var array
*/
protected $backupGlobals = true;
protected $backupGlobalsBlacklist = array('TYPO3_DB');
/**
* @var t3lib_TCEmain
    (1-1/1)