Go to the source code of this file.
Classes | |
| class | dbxDBBindingContractTest |
Functions | |
| binding_assert (bool $condition, string $message) | |
Variables | |
| $root = dirname(__DIR__, 3) | |
| $_SERVER ['REQUEST_URI'] = '/dbxapp/' | |
| $_SERVER ['HTTP_HOST'] = 'localhost' | |
| $_SERVER ['HTTPS'] = 'on' | |
| $_SERVER ['SCRIPT_NAME'] = '/dbxapp/index.php' | |
| if(!defined( 'dbxSystem')) | if (!defined( 'dbxRunAsAdmin')) |
| $db = new dbxDBBindingContractTest() | |
| $db | testBindings |
| $user = $db->get_dd_server_binding_info('dbx|dbxUser') | |
| $groups = $db->get_dd_server_binding_info('dbx|dbxUser_groups') | |
| binding_assert | ( | bool | $condition, |
| string | $message ) |
Definition at line 44 of file dbxDB_dd_server_binding_test.php.
References exit.
| $_SERVER[ 'HTTP_HOST'] = 'localhost' |
Definition at line 8 of file dbxDB_dd_server_binding_test.php.
| $_SERVER[ 'HTTPS'] = 'on' |
Definition at line 9 of file dbxDB_dd_server_binding_test.php.
| $_SERVER[ 'REQUEST_URI'] = '/dbxapp/' |
Definition at line 7 of file dbxDB_dd_server_binding_test.php.
| $_SERVER[ 'SCRIPT_NAME'] = '/dbxapp/index.php' |
Definition at line 10 of file dbxDB_dd_server_binding_test.php.
| $db = new dbxDBBindingContractTest() |
Definition at line 52 of file dbxDB_dd_server_binding_test.php.
Referenced by dbx\dbxContent_admin\add_content(), dbx\dbxContact\dbxContactTicket\addMessage(), dbx\dbxContent\dbxContentLngSync\afterFolderSave(), dbx\dbxContent\dbxContentLngSync\afterPageSave(), dbx\dbxContent\dbxContentRenderer\applySeoMeta(), dbx\dbxContent\dbxContentLngSync\backfillMasterLng(), dbx\dbxContent\dbxContentLngSync\backfillUids(), dbx\dbxContent\dbxContent_permalink\build(), dbx\dbxShop\dbxShopRepository\claimOrderPayment(), dbx\dbxContent\dbxContentLngSync\collectFolderSubtreeIds(), dbx\dbxContent\dbxContentLngSync\collectPageIdsInFolders(), dbx\dbxContent\dbxContentLngSync\coverageForUid(), dbxDoxygenMediaRow(), dbxDoxygenPrepareContent(), dbxDoxygenRegisterMedia(), dbx\dbxContent_admin\del_content(), dbxReport\del_selected(), dbx\myInvoices\myInvoicesService\delete(), dbxReport\delete_multi_selected_records(), dbx\dbxContent_admin\dbxContent_seo\ensure_default_og_image(), dbx\dbxContent_admin\dbxContent_cms\ensure_schema(), dbx\dbxContent\dbxContentLngSync\ensureFolderIdInLng(), dbx\dbxContact\dbxContactTicket\ensureInitialMessage(), dbx\dbxContent\dbxContentLngSync\ensureRecordUid(), dbx\dbxContent\dbxContentLngSync\ensureSchema(), dbx\dbxShop\dbxShopService\ensureShopLegalPages(), dbx\dbxContent\dbxContent_permalink\exists(), dbx\dbxContent\dbxContentLngSync\folderDeletable(), dbxSession\get_current_user(), dbx\dbxContent\dbxContentRenderer\getPublicFolderRights(), dbx\dbxContent\dbxContentLngSync\hasMissingSlaveLng(), dbx\myInvoices\myInvoicesFixtures\install(), dbx\dbxContent\dbxContentPageCache\invalidateFolderTree(), dbx\dbxContent\dbxContentHome\isHomePage(), dbx\dbxContent\dbxContentPermalinkIndex\load(), log_missing(), dbx\dbxContent\dbxContentLngSync\markManual(), dbx\dbxContact\dbxContactTicket\messages(), dbx\dbxContact\dbxContactTicket\openCount(), dbx\myInvoices\myInvoicesService\positions(), dbx\dbxContent\dbxContentLngSync\previewDelete(), dbx\dbxContent\dbxContentLngSync\previewProvision(), dbx\dbxKi\dbxKiCmsHelpProvision\provision(), dbx\dbxContent\dbxContentContextHelpProvision\provisionAll(), dbx\dbxContent\dbxContentLngSync\provisionFolderTree(), dbx\dbxContent\dbxContentLngSync\provisionFromPreview(), dbx\dbxContent\dbxContentHome\refreshHomeCache(), dbx\dbxMenu\dbxContent_menu\render_flat_marker(), dbx\dbxMenu\dbxContent_menu\render_placeholder(), dbx\dbxContent\dbxContentRenderer\renderStatic(), dbx\myInvoices\myInvoicesService\report(), dbx\dbxContent\dbxContentLngSync\resetSyncToAuto(), dbx\dbxContent\dbxContentLngSync\resolveDeleteIds(), dbx\dbxContent\dbxContentLngSync\resolveFolderIdInLng(), dbx\dbxContent\dbxContentLngSync\resolveIdByUid(), dbx\dbxAdmin\dbxDDServerBindings\run(), dbx\dbxContact\dbxContactContentProvision\run(), dbx\dbxContent_admin\dbxContent_edit\run(), dbx\dbxContent_admin\dbxContent_sysdata\run(), dbx\dbxContent_admin\dbxFolder_edit\run(), dbx\dbxLogin\register\run(), dbx\dbxUser\dbxUser_avatar\run(), dbx\dbxUser\dbxUser_profil\run(), dbx\dbxUser_admin\run(), dbx\dbxContent_admin\dbxContent_content\run_nix(), dbx\dbxUser\dbxUser_avatar\save_upload(), dbx\dbxWorkflow\dbxWorkflowBindRegistry\seedBind(), dbx\dbxContent\dbxContentMediaResponse\serve_request(), dbx\dbxWorkflow\dbxWorkflowEngine\start(), dbx\dbxContent\dbxContentLngSync\syncSlavesFromMaster(), dbx\dbxContact\dbxContactTicket\ticket(), dbx\dbxContact\dbxContactTicket\touch(), dbx\dbxContent\dbxContent_permalink\unique(), and dbx\dbxShop\dbxShopRepository\updateOrderPayment().
| $groups = $db->get_dd_server_binding_info('dbx|dbxUser_groups') |
Definition at line 59 of file dbxDB_dd_server_binding_test.php.
Referenced by dbx\dbxShop\dbxShopRepository\allAttributeDefinitions(), can_modul(), dbx\dbxShop\dbxShopRepository\catalogCandidates(), dbx\dbxShop\dbxShopRepository\channelGroups(), dbxDB\check_access(), dbx\dbxShop\dbxShopRepository\imagesForProduct(), dbx\dbxShop\dbxShopRepository\productImageCounts(), and dbx\dbxSetup\dbxInstallationService\seedCoreGroups().
| $root = dirname(__DIR__, 3) |
Definition at line 5 of file dbxDB_dd_server_binding_test.php.
Definition at line 58 of file dbxDB_dd_server_binding_test.php.
| if(!defined('dbxSystem')) if(!defined('dbxRunAsAdmin')) | ( | ! | defined 'dbxRunAsAdmin' | ) |
Definition at line 15 of file dbxDB_dd_server_binding_test.php.
| $db testBindings |
Definition at line 53 of file dbxDB_dd_server_binding_test.php.