Public Member Functions | |
| sync_dd_to_db (string $module, string $dd, string $mode) | |
| get_table_exist (string $server, string $table) | |
| transfer_table (string $sourceServer, string $sourceTable, string $targetServer, string $targetTable, string $mode, int $createTarget, int $truncateTarget) | |
Public Attributes | |
| array | $calls = array() |
| array | $transfers = array() |
| bool | $allTablesExist = false |
Definition at line 102 of file dbxInstallationService_test.php.
| InstallationDdStub::get_table_exist | ( | string | $server, |
| string | $table ) |
Definition at line 117 of file dbxInstallationService_test.php.
References $server, $table, and allTablesExist.
| InstallationDdStub::sync_dd_to_db | ( | string | $module, |
| string | $dd, | ||
| string | $mode ) |
Definition at line 108 of file dbxInstallationService_test.php.
| InstallationDdStub::transfer_table | ( | string | $sourceServer, |
| string | $sourceTable, | ||
| string | $targetServer, | ||
| string | $targetTable, | ||
| string | $mode, | ||
| int | $createTarget, | ||
| int | $truncateTarget ) |
Definition at line 122 of file dbxInstallationService_test.php.
References $mode.
| bool InstallationDdStub::$allTablesExist = false |
Definition at line 106 of file dbxInstallationService_test.php.
| array InstallationDdStub::$calls = array() |
Definition at line 104 of file dbxInstallationService_test.php.
| array InstallationDdStub::$transfers = array() |
Definition at line 105 of file dbxInstallationService_test.php.