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') | |
| module_mail_sender_assert | ( | bool | $condition, |
| string | $message ) |
Definition at line 7 of file dbxModuleMailSender_test.php.
| $config = array() |
Definition at line 14 of file dbxModuleMailSender_test.php.
| $contactAdmin |
Definition at line 25 of file dbxModuleMailSender_test.php.
| $contactConfig = $config |
Definition at line 16 of file dbxModuleMailSender_test.php.
| $contactForm |
Definition at line 22 of file dbxModuleMailSender_test.php.
| $installer |
Definition at line 34 of file dbxModuleMailSender_test.php.
| $installerClass = new ReflectionClass('dbx\\dbxSetup\\dbxInstall') |
Definition at line 87 of file dbxModuleMailSender_test.php.
Referenced by dbx\dbxAdmin\dbxDDServerBindings\run().
| $installerObject = $installerClass->newInstanceWithoutConstructor() |
Definition at line 88 of file dbxModuleMailSender_test.php.
| $moduleSender = $installerClass->getMethod('moduleSenderAddress') |
Definition at line 89 of file dbxModuleMailSender_test.php.
| $root = dirname(__DIR__, 4) |
Definition at line 5 of file dbxModuleMailSender_test.php.
| $shopAdmin |
Definition at line 31 of file dbxModuleMailSender_test.php.
| $shopConfig = $config |
Definition at line 20 of file dbxModuleMailSender_test.php.
| $shopService |
Definition at line 28 of file dbxModuleMailSender_test.php.