1<?
php declare(strict_types=1);
21 $this->assertTrue($validator->validate(
new ilMailAddress(
'phpunit',
'someHost')));
33 $this->assertFalse($validator->validate(
new ilMailAddress(
'someHost',
'someHost')));
An exception for terminatinating execution or to throw for unit testing.
Class ilGroupNameAsMailValidatorTest.
testGroupIsDetectedIfGroupNameExists()
testGroupIsNotDetectedIfGroupNameDoesNotExists()
Class ilGroupNameAsMailValidator.