Public Member Functions | |
| prepare (string $root, array $manifest, string $backup) | |
| apply (array $state) | |
| rollback (array $state) | |
Public Attributes | |
| array | $calls = array() |
| bool | $failApply = false |
Definition at line 9 of file dbxUpdateService_database_adapter_test.php.
| UpdateDatabaseAdapterStub::apply | ( | array | $state | ) |
Definition at line 20 of file dbxUpdateService_database_adapter_test.php.
References $state.
| UpdateDatabaseAdapterStub::prepare | ( | string | $root, |
| array | $manifest, | ||
| string | $backup ) |
Definition at line 14 of file dbxUpdateService_database_adapter_test.php.
| UpdateDatabaseAdapterStub::rollback | ( | array | $state | ) |
Definition at line 29 of file dbxUpdateService_database_adapter_test.php.
References $state.
| array UpdateDatabaseAdapterStub::$calls = array() |
Definition at line 11 of file dbxUpdateService_database_adapter_test.php.
| bool UpdateDatabaseAdapterStub::$failApply = false |
Definition at line 12 of file dbxUpdateService_database_adapter_test.php.