Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Nov 28, 2014
1 parent 8310571 commit eaf72cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/Zend/Validate/HostnameTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -518,4 +518,13 @@ public function testRussianIdn()
$this->assertTrue($validator->isValid('кц.рф'));
$this->assertTrue($validator->isValid('президент.рф'));
}

/**
* @group GH-451
*/
public function testVermögensberaterIdns()
{
$validator = new Zend_Validate_Hostname();
$this->assertTrue($validator->isValid('mysite.vermögensberater'));
}
}

0 comments on commit eaf72cd

Please sign in to comment.