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

Go to the source code of this file.

Functions

 module_mail_sender_assert (bool $condition, string $message)

Variables

 $root = dirname(__DIR__, 4)
 $config = array()
 $contactConfig = $config
 $shopConfig = $config
 $contactForm
 $contactAdmin
 $shopService
 $shopAdmin
 $installer
 $installerClass = new ReflectionClass('dbx\\dbxSetup\\dbxInstall')
 $installerObject = $installerClass->newInstanceWithoutConstructor()
 $moduleSender = $installerClass->getMethod('moduleSenderAddress')

Function Documentation

◆ module_mail_sender_assert()

module_mail_sender_assert ( bool $condition,
string $message )

Definition at line 7 of file dbxModuleMailSender_test.php.

Variable Documentation

◆ $config

$config = array()

Definition at line 14 of file dbxModuleMailSender_test.php.

◆ $contactAdmin

$contactAdmin
Initial value:
= (string)file_get_contents(
$root . '/dbx/modules/dbxContact_admin/include/dbxContactAdmin.class.php'
)

Definition at line 25 of file dbxModuleMailSender_test.php.

◆ $contactConfig

$contactConfig = $config

Definition at line 16 of file dbxModuleMailSender_test.php.

◆ $contactForm

$contactForm
Initial value:
= (string)file_get_contents(
$root . '/dbx/modules/dbxContact/include/dbxContactForm.class.php'
)

Definition at line 22 of file dbxModuleMailSender_test.php.

◆ $installer

$installer
Initial value:
= (string)file_get_contents(
$root . '/dbx/modules/dbxSetup/include/dbxInstall.class.php'
)

Definition at line 34 of file dbxModuleMailSender_test.php.

◆ $installerClass

$installerClass = new ReflectionClass('dbx\\dbxSetup\\dbxInstall')

Definition at line 87 of file dbxModuleMailSender_test.php.

Referenced by dbx\dbxAdmin\dbxDDServerBindings\run().

◆ $installerObject

$installerObject = $installerClass->newInstanceWithoutConstructor()

Definition at line 88 of file dbxModuleMailSender_test.php.

◆ $moduleSender

$moduleSender = $installerClass->getMethod('moduleSenderAddress')

Definition at line 89 of file dbxModuleMailSender_test.php.

◆ $root

$root = dirname(__DIR__, 4)

Definition at line 5 of file dbxModuleMailSender_test.php.

◆ $shopAdmin

$shopAdmin
Initial value:
= (string)file_get_contents(
$root . '/dbx/modules/dbxShop_admin/include/dbxShopAdmin.class.php'
)

Definition at line 31 of file dbxModuleMailSender_test.php.

◆ $shopConfig

$shopConfig = $config

Definition at line 20 of file dbxModuleMailSender_test.php.

◆ $shopService

$shopService
Initial value:
= (string)file_get_contents(
$root . '/dbx/modules/dbxShop/include/dbxShopService.class.php'
)

Definition at line 28 of file dbxModuleMailSender_test.php.