![]() |
TYPO3
7.6
|
Protected Member Functions | |
executeAction () | |
getSenderEmailAddress () | |
getSenderEmailName () | |
getEmailSubject () | |
scaleImages () | |
combineImages () | |
getImageConfiguration () | |
isImageMagickEnabledAndConfigured () | |
determineImageMagickVersion () | |
setUpDatabaseConnectionMock () | |
![]() | |
initializeHandle () | |
executeAction () | |
isDbalEnabled () | |
getContext () | |
loadExtLocalconfDatabaseAndExtTables () | |
getHashedPassword ($password) | |
Protected Attributes | |
$imageBasePath = '' | |
![]() | |
$objectManager = null | |
$view = null | |
$controller = '' | |
$action = '' | |
$token = '' | |
$postValues = array() | |
$lastError = array() | |
$messages = array() | |
Additional Inherited Members | |
![]() | |
injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManager $objectManager) | |
injectView (\TYPO3\CMS\Install\View\FailsafeView $view) | |
handle () | |
setToken ($token) | |
setController ($controller) | |
setAction ($action) | |
setPostValues (array $postValues) | |
setLastError (array $lastError) | |
setMessages (array $messages=array()) | |
Test various system setup settings
Definition at line 25 of file TestSetup.php.
|
protected |
Combine multiple images into one test
Definition at line 393 of file TestSetup.php.
References StringUtility\getUniqueId(), GeneralUtility\milliseconds(), and TestSetup\setUpDatabaseConnectionMock().
Referenced by TestSetup\executeAction().
|
protected |
Determine ImageMagick / GraphicsMagick version
Definition at line 686 of file TestSetup.php.
Referenced by TestSetup\getImageConfiguration().
|
protected |
Executes the tool
Definition at line 37 of file TestSetup.php.
References TestSetup\combineImages(), TestSetup\getImageConfiguration(), TestSetup\getSenderEmailAddress(), TestSetup\isImageMagickEnabledAndConfigured(), and TestSetup\scaleImages().
|
protected |
Gets email subject from configuration ['TYPO3_CONF_VARS']['SYS']['sitename'] If this setting is empty, it falls back to a default string.
Definition at line 168 of file TestSetup.php.
References $GLOBALS.
|
protected |
Gather image configuration overview
Definition at line 636 of file TestSetup.php.
References $GLOBALS, and TestSetup\determineImageMagickVersion().
Referenced by TestSetup\executeAction().
|
protected |
Get sender address from configuration ['TYPO3_CONF_VARS']['MAIL']['defaultMailFromAddress'] If this setting is empty fall back to 'no-re' ply@ examp le.c om
Definition at line 140 of file TestSetup.php.
References $GLOBALS.
Referenced by TestSetup\executeAction().
|
protected |
Gets sender name from configuration ['TYPO3_CONF_VARS']['MAIL']['defaultMailFromName'] If this setting is empty, it falls back to a default string.
Definition at line 154 of file TestSetup.php.
References $GLOBALS.
|
protected |
Find out if ImageMagick or GraphicsMagick is enabled and set up
Definition at line 674 of file TestSetup.php.
References $GLOBALS.
Referenced by TestSetup\executeAction().
|
protected |
Write gif and png test
Definition at line 333 of file TestSetup.php.
References StringUtility\getUniqueId(), GeneralUtility\milliseconds(), and TestSetup\setUpDatabaseConnectionMock().
Referenced by TestSetup\executeAction().
|
protected |
Instantiate a dummy instance for $GLOBALS['TYPO3_DB'] to prevent real database calls
Definition at line 702 of file TestSetup.php.
References $GLOBALS.
Referenced by TestSetup\combineImages(), and TestSetup\scaleImages().
|
protected |
Definition at line 30 of file TestSetup.php.