Go to the source code of this file.
Functions | |
| installer_workflow_assert (bool $condition, string $message) | |
Variables | |
| $root = dirname(__DIR__, 4) | |
| $_SERVER ['REQUEST_URI'] = '/dbxapp/' | |
| $_SERVER ['HTTP_HOST'] = 'localhost' | |
| $_SERVER ['SERVER_NAME'] = 'localhost' | |
| $_SERVER ['SERVER_SOFTWARE'] = 'dbxapp-test' | |
| $_SERVER ['SERVER_PORT'] = 443 | |
| $_SERVER ['HTTPS'] = 'on' | |
| $_SERVER ['SCRIPT_NAME'] = '/dbxapp/index.php' | |
| $_SERVER ['REQUEST_METHOD'] = 'GET' | |
| if(!defined( 'dbxSystem')) | if (!defined( 'dbxRunAsAdmin')) |
| $installer = new dbxInstall() | |
| $checks = $installer->systemChecks() | |
| $byId = array_column($checks, null, 'id') | |
| foreach(array( 'php', 'ext-session', 'ext-pdo', 'ext-json', 'ext-openssl', 'write-config', 'write-files', 'write-tmp', 'vendor',) as $requiredId) foreach(array('optional-pdo_sqlite', 'optional-pdo_mysql', 'optional-pdo_pgsql', 'optional-pdo_sqlsrv', 'https', 'memory',) as $optionalId) | $template |
| $style | |
| $javascript | |
| $utilities | |
| $openWin | |
| $workflow | |
| $webApp | |
| $api | |
| $config = array() | |
| installer_workflow_assert | ( | bool | $condition, |
| string | $message ) |
Definition at line 30 of file dbxInstallerWorkflow_test.php.
| $_SERVER[ 'HTTP_HOST'] = 'localhost' |
Definition at line 8 of file dbxInstallerWorkflow_test.php.
| $_SERVER[ 'HTTPS'] = 'on' |
Definition at line 12 of file dbxInstallerWorkflow_test.php.
| $_SERVER[ 'REQUEST_METHOD'] = 'GET' |
Definition at line 14 of file dbxInstallerWorkflow_test.php.
| $_SERVER[ 'REQUEST_URI'] = '/dbxapp/' |
Definition at line 7 of file dbxInstallerWorkflow_test.php.
| $_SERVER[ 'SCRIPT_NAME'] = '/dbxapp/index.php' |
Definition at line 13 of file dbxInstallerWorkflow_test.php.
| $_SERVER[ 'SERVER_NAME'] = 'localhost' |
Definition at line 9 of file dbxInstallerWorkflow_test.php.
| $_SERVER[ 'SERVER_PORT'] = 443 |
Definition at line 11 of file dbxInstallerWorkflow_test.php.
| $_SERVER[ 'SERVER_SOFTWARE'] = 'dbxapp-test' |
Definition at line 10 of file dbxInstallerWorkflow_test.php.
| $api |
Definition at line 93 of file dbxInstallerWorkflow_test.php.
| $byId = array_column($checks, null, 'id') |
Definition at line 39 of file dbxInstallerWorkflow_test.php.
| $checks = $installer->systemChecks() |
Definition at line 38 of file dbxInstallerWorkflow_test.php.
| $config = array() |
Definition at line 351 of file dbxInstallerWorkflow_test.php.
| $installer = new dbxInstall() |
Definition at line 37 of file dbxInstallerWorkflow_test.php.
| $javascript |
Definition at line 78 of file dbxInstallerWorkflow_test.php.
Definition at line 96 of file dbxInstallerWorkflow_test.php.
| $openWin |
Definition at line 84 of file dbxInstallerWorkflow_test.php.
| $root = dirname(__DIR__, 4) |
Definition at line 5 of file dbxInstallerWorkflow_test.php.
| $style |
Definition at line 75 of file dbxInstallerWorkflow_test.php.
| foreach(array('php', 'ext-session', 'ext-pdo', 'ext-json', 'ext-openssl', 'write-config', 'write-files', 'write-tmp', 'vendor',) as $requiredId) foreach (array( 'optional-pdo_sqlite', 'optional-pdo_mysql', 'optional-pdo_pgsql', 'optional-pdo_sqlsrv', 'https', 'memory',) as $optionalId) $template |
Definition at line 72 of file dbxInstallerWorkflow_test.php.
| $utilities |
Definition at line 81 of file dbxInstallerWorkflow_test.php.
| $webApp |
Definition at line 90 of file dbxInstallerWorkflow_test.php.
Referenced by action_url(), dbxReport\get_delete_tab_button(), and dbxReport\get_table_row_action_data().
| $workflow |
Definition at line 87 of file dbxInstallerWorkflow_test.php.
| if(!defined('dbxSystem')) if(!defined('dbxRunAsAdmin')) | ( | ! | defined 'dbxRunAsAdmin' | ) |
Definition at line 19 of file dbxInstallerWorkflow_test.php.