dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
dbxUpdateService_database_adapter_test.php File Reference

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))

Function Documentation

◆ update_db_assert()

update_db_assert ( bool $condition,
string $message )

Definition at line 148 of file dbxUpdateService_database_adapter_test.php.

◆ update_db_remove()

update_db_remove ( string $root)

Definition at line 44 of file dbxUpdateService_database_adapter_test.php.

References $iterator, and $root.

◆ update_db_stage()

update_db_stage ( string $root,
string $version,
string $newIndex )

◆ 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().

Variable Documentation

◆ $root

$root = sys_get_temp_dir() . '/dbx-update-db-adapter-' . bin2hex(random_bytes(5))