Neos\Neos\Tests\Unit\Domain\Model\DomainTest::setHostPatternAllowsForSettingTheHostPatternOfTheDomain PHP Méthode

setHostPatternAllowsForSettingTheHostPatternOfTheDomain() public méthode

    public function setHostPatternAllowsForSettingTheHostPatternOfTheDomain()
    {
        $domain = new Domain();
        $domain->setHostname('typo3.com');
        $this->assertSame('typo3.com', $domain->getHostname());
    }