1<?
php declare(strict_types=1);
19 $address =
new ilMailAddress(self::LOCAL_PART, self::DOMAIN_PART);
21 $this->assertInstanceOf(
'ilMailAddress', $address);
32 $this->assertEquals($address->
getMailbox(), self::LOCAL_PART);
33 $this->assertEquals($address->
getHost(), self::DOMAIN_PART);
An exception for terminatinating execution or to throw for unit testing.
testInstanceCanBeCreated()
testAddressShouldReturnMailboxAndHost(ilMailAddress $address)
@depends testInstanceCanBeCreated