Go to the source code of this file.
Classes | |
| class | UpdateDatabaseAdapterStub |
Functions | |
| update_db_write (string $file, string $content) | |
| update_db_remove (string $root) | |
| update_db_stage (string $root, string $version, string $newIndex) | |
| update_db_assert (bool $condition, string $message) | |
Variables | |
| $root = sys_get_temp_dir() . '/dbx-update-db-adapter-' . bin2hex(random_bytes(5)) | |
| update_db_assert | ( | bool | $condition, |
| string | $message ) |
Definition at line 148 of file dbxUpdateService_database_adapter_test.php.
| update_db_remove | ( | string | $root | ) |
Definition at line 44 of file dbxUpdateService_database_adapter_test.php.
| update_db_stage | ( | string | $root, |
| string | $version, | ||
| string | $newIndex ) |
Definition at line 59 of file dbxUpdateService_database_adapter_test.php.
References $root, $version, $work, $zipFile, and update_db_write().
| update_db_write | ( | string | $file, |
| string | $content ) |
Definition at line 36 of file dbxUpdateService_database_adapter_test.php.
References $content, and $file.
Referenced by update_db_stage().
| $root = sys_get_temp_dir() . '/dbx-update-db-adapter-' . bin2hex(random_bytes(5)) |
Definition at line 155 of file dbxUpdateService_database_adapter_test.php.
Referenced by UpdateDatabaseAdapterStub\prepare().