Definition at line 23 of file ilMailAddressTest.php.
◆ testAddressShouldReturnMailboxAndHost()
ilMailAddressTest::testAddressShouldReturnMailboxAndHost |
( |
ilMailAddress |
$address | ) |
|
◆ testInstanceCanBeCreated()
ilMailAddressTest::testInstanceCanBeCreated |
( |
| ) |
|
Definition at line 28 of file ilMailAddressTest.php.
29 {
30 $address =
new ilMailAddress(self::LOCAL_PART, self::DOMAIN_PART);
31
32 $this->assertInstanceOf('ilMailAddress', $address);
33
34 return $address;
35 }
◆ DOMAIN_PART
const string ilMailAddressTest::DOMAIN_PART = 'ilias.de' |
|
private |
◆ LOCAL_PART
const string ilMailAddressTest::LOCAL_PART = 'phpunit' |
|
private |
The documentation for this class was generated from the following file: