Definition at line 23 of file ilMailAddressListTest.php.
◆ addressTestProvider()
static ilMailAddressListTest::addressTestProvider |
( |
| ) |
|
|
static |
◆ externalAddressTestProvider()
static ilMailAddressListTest::externalAddressTestProvider |
( |
| ) |
|
|
static |
Definition at line 67 of file ilMailAddressListTest.php.
74 'Email Address exists as Username' => [
86 'Role (technical)' => [
90 'Role (human readable)' => [
◆ testDiffAddressListCanCalculateTheDifferenceOfTwoLists()
ilMailAddressListTest::testDiffAddressListCanCalculateTheDifferenceOfTwoLists |
( |
array |
$left_addresses, |
|
|
array |
$right_addresses, |
|
|
int |
$num_expected_items |
|
) |
| |
◆ testExternalAddressListDecoratorFiltersExternalAddresses()
ilMailAddressListTest::testExternalAddressListDecoratorFiltersExternalAddresses |
( |
ilMailAddress |
$address, |
|
|
int |
$num_expected_items |
|
) |
| |
Definition at line 98 of file ilMailAddressListTest.php.
104 if ($address ===
'max.mustermann@ilias.de') {
111 $this->assertCount($num_expected_items, $external_list->value());
The documentation for this class was generated from the following file: