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

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
 $mail
 $config = array()

Function Documentation

◆ installer_workflow_assert()

installer_workflow_assert ( bool $condition,
string $message )

Definition at line 30 of file dbxInstallerWorkflow_test.php.

Variable Documentation

◆ $_SERVER [1/8]

$_SERVER[ 'HTTP_HOST'] = 'localhost'

Definition at line 8 of file dbxInstallerWorkflow_test.php.

◆ $_SERVER [2/8]

$_SERVER[ 'HTTPS'] = 'on'

Definition at line 12 of file dbxInstallerWorkflow_test.php.

◆ $_SERVER [3/8]

$_SERVER[ 'REQUEST_METHOD'] = 'GET'

Definition at line 14 of file dbxInstallerWorkflow_test.php.

◆ $_SERVER [4/8]

$_SERVER[ 'REQUEST_URI'] = '/dbxapp/'

Definition at line 7 of file dbxInstallerWorkflow_test.php.

◆ $_SERVER [5/8]

$_SERVER[ 'SCRIPT_NAME'] = '/dbxapp/index.php'

Definition at line 13 of file dbxInstallerWorkflow_test.php.

◆ $_SERVER [6/8]

$_SERVER[ 'SERVER_NAME'] = 'localhost'

Definition at line 9 of file dbxInstallerWorkflow_test.php.

◆ $_SERVER [7/8]

$_SERVER[ 'SERVER_PORT'] = 443

Definition at line 11 of file dbxInstallerWorkflow_test.php.

◆ $_SERVER [8/8]

$_SERVER[ 'SERVER_SOFTWARE'] = 'dbxapp-test'

Definition at line 10 of file dbxInstallerWorkflow_test.php.

◆ $api

$api
Initial value:
= (string)file_get_contents(
$root . '/dbx/include/dbxApi.php'
)

Definition at line 93 of file dbxInstallerWorkflow_test.php.

◆ $byId

$byId = array_column($checks, null, 'id')

Definition at line 39 of file dbxInstallerWorkflow_test.php.

◆ $checks

$checks = $installer->systemChecks()

Definition at line 38 of file dbxInstallerWorkflow_test.php.

◆ $config

$config = array()

Definition at line 351 of file dbxInstallerWorkflow_test.php.

◆ $installer

$installer = new dbxInstall()

Definition at line 37 of file dbxInstallerWorkflow_test.php.

◆ $javascript

$javascript
Initial value:
= (string)file_get_contents(
$root . '/dbx/design/dbxapp/js/install.js'
)

Definition at line 78 of file dbxInstallerWorkflow_test.php.

◆ $mail

$mail
Initial value:
= (string)file_get_contents(
$root . '/dbx/include/dbxMail.class.php'
)

Definition at line 96 of file dbxInstallerWorkflow_test.php.

◆ $openWin

$openWin
Initial value:
= (string)file_get_contents(
$root . '/dbx/js/lib/openWin.js'
)

Definition at line 84 of file dbxInstallerWorkflow_test.php.

◆ $root

$root = dirname(__DIR__, 4)

Definition at line 5 of file dbxInstallerWorkflow_test.php.

◆ $style

$style
Initial value:
= (string)file_get_contents(
$root . '/dbx/design/dbxapp/css/install.css'
)

Definition at line 75 of file dbxInstallerWorkflow_test.php.

◆ $template

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
Initial value:
= (string)file_get_contents(
$root . '/dbx/design/dbxapp/htm/install.htm'
)

Definition at line 72 of file dbxInstallerWorkflow_test.php.

◆ $utilities

$utilities
Initial value:
= (string)file_get_contents(
$root . '/dbx/js/lib/utilities.js'
)

Definition at line 81 of file dbxInstallerWorkflow_test.php.

◆ $webApp

$webApp
Initial value:
= (string)file_get_contents(
$root . '/dbx/include/dbxWebApp.class.php'
)

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

$workflow
Initial value:
= (string)file_get_contents(
dirname(__DIR__) . '/include/dbxInstall.class.php'
)

Definition at line 87 of file dbxInstallerWorkflow_test.php.

◆ if

if(!defined('dbxSystem')) if(!defined('dbxRunAsAdmin')) ( ! defined 'dbxRunAsAdmin')

Definition at line 19 of file dbxInstallerWorkflow_test.php.