|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilMailOptionsTest:
Collaboration diagram for ilMailOptionsTest:Public Member Functions | |
| testConstructor () | |
| testConstructorWithUserSettings () | |
| testIsAbsent (bool $absence_status, int $absent_from, int $absent_until, bool $result) | |
Static Public Member Functions | |
| static | provideMailOptionsData () |
Protected Member Functions | |
| setUp () | |
Protected Member Functions inherited from ilMailBaseTestCase | |
| brutallyTrimHTML (string $html) | |
| setUp () | |
| tearDown () | |
| setGlobalVariable (string $name, $value) | |
Protected Attributes | |
| stdClass | $object |
| MockObject &ilDBInterface | $database |
| MockObject &ilSetting | $settings |
Definition at line 25 of file ilMailOptionsTest.php.
|
static |
Definition at line 176 of file ilMailOptionsTest.php.
|
protected |
Reimplemented from ilMailBaseTestCase.
Definition at line 31 of file ilMailOptionsTest.php.
References ILIAS\Repository\database().
Here is the call graph for this function:| ilMailOptionsTest::testConstructor | ( | ) |
Definition at line 59 of file ilMailOptionsTest.php.
References $settings, ILIAS\Repository\database(), and ilMailOptions\INCOMING_LOCAL.
Here is the call graph for this function:| ilMailOptionsTest::testConstructorWithUserSettings | ( | ) |
Definition at line 93 of file ilMailOptionsTest.php.
References $settings, ILIAS\Repository\database(), and ILIAS\Repository\object().
Here is the call graph for this function:| ilMailOptionsTest::testIsAbsent | ( | bool | $absence_status, |
| int | $absent_from, | ||
| int | $absent_until, | ||
| bool | $result | ||
| ) |
Definition at line 132 of file ilMailOptionsTest.php.
References $settings, and ILIAS\Repository\database().
Here is the call graph for this function:
|
protected |
Definition at line 28 of file ilMailOptionsTest.php.
|
protected |
Definition at line 27 of file ilMailOptionsTest.php.
|
protected |
Definition at line 29 of file ilMailOptionsTest.php.
Referenced by testConstructor(), testConstructorWithUserSettings(), and testIsAbsent().