![]() |
TYPO3
7.6
|
Protected Member Functions | |
setUp () | |
tearDown () | |
createFakeExtension () | |
Protected Attributes | |
$extensionKey | |
$extensionData = array() | |
$fakedExtensions = array() | |
$installMock | |
Test case
Definition at line 20 of file InstallUtilityTest.php.
|
protected |
Creates a fake extension inside typo3temp/. No configuration is created, just the folder
Definition at line 109 of file InstallUtilityTest.php.
Referenced by InstallUtilityTest\importT3DFileDoesNotImportFileIfAlreadyImported(), InstallUtilityTest\processDatabaseUpdatesCallsImportFile(), InstallUtilityTest\processDatabaseUpdatesCallsImportStaticSqlFile(), and InstallUtilityTest\processDatabaseUpdatesCallsUpdateDbWithExtTablesSql().
getExtensionData | ( | ) |
Definition at line 87 of file InstallUtilityTest.php.
References InstallUtilityTest\$extensionData.
importT3DFileDoesNotImportFileIfAlreadyImported | ( | $fileName, | |
$registryNameReturnsFalse, | |||
$registryNameReturnsTrue | |||
) |
string | $fileName | |
string | $registryNameReturnsFalse | |
string | $registryNameReturnsTrue |
Definition at line 337 of file InstallUtilityTest.php.
References InstallUtilityTest\$installMock, and InstallUtilityTest\createFakeExtension().
importT3DFileDoesNotImportFileIfAlreadyImportedDataProvider | ( | ) |
Definition at line 303 of file InstallUtilityTest.php.
installationOfAnExtensionWillCallEnsureThatDirectoriesExist | ( | ) |
Definition at line 175 of file InstallUtilityTest.php.
installCallsFlushCachesIfClearCacheOnLoadCamelCasedIsSet | ( | ) |
Definition at line 163 of file InstallUtilityTest.php.
installCallsFlushCachesIfClearCacheOnLoadIsSet | ( | ) |
Definition at line 151 of file InstallUtilityTest.php.
installCallsLoadExtension | ( | ) |
Definition at line 139 of file InstallUtilityTest.php.
installCallsProcessRuntimeDatabaseUpdates | ( | ) |
Definition at line 124 of file InstallUtilityTest.php.
installCallsReloadCaches | ( | ) |
Definition at line 187 of file InstallUtilityTest.php.
installCallsSaveDefaultConfigurationWithExtensionKey | ( | ) |
Definition at line 199 of file InstallUtilityTest.php.
processDatabaseUpdatesCallsImportFile | ( | $fileName | ) |
string | $fileName |
Definition at line 281 of file InstallUtilityTest.php.
References InstallUtilityTest\$installMock, and InstallUtilityTest\createFakeExtension().
processDatabaseUpdatesCallsImportFileDataProvider | ( | ) |
Definition at line 264 of file InstallUtilityTest.php.
processDatabaseUpdatesCallsImportStaticSqlFile | ( | ) |
Definition at line 244 of file InstallUtilityTest.php.
References InstallUtilityTest\$installMock, and InstallUtilityTest\createFakeExtension().
processDatabaseUpdatesCallsUpdateDbWithExtTablesSql | ( | ) |
Definition at line 220 of file InstallUtilityTest.php.
References InstallUtilityTest\$installMock, and InstallUtilityTest\createFakeExtension().
|
protected |
Definition at line 45 of file InstallUtilityTest.php.
|
protected |
Definition at line 95 of file InstallUtilityTest.php.
uninstallCallsUnloadExtension | ( | ) |
Definition at line 211 of file InstallUtilityTest.php.
|
protected |
Definition at line 30 of file InstallUtilityTest.php.
Referenced by InstallUtilityTest\getExtensionData().
|
protected |
Definition at line 25 of file InstallUtilityTest.php.
|
protected |
Definition at line 35 of file InstallUtilityTest.php.
|
protected |
Definition at line 40 of file InstallUtilityTest.php.
Referenced by InstallUtilityTest\importT3DFileDoesNotImportFileIfAlreadyImported(), InstallUtilityTest\processDatabaseUpdatesCallsImportFile(), InstallUtilityTest\processDatabaseUpdatesCallsImportStaticSqlFile(), and InstallUtilityTest\processDatabaseUpdatesCallsUpdateDbWithExtTablesSql().