Skip to content

Commit

Permalink
Merge branch 'hotfix/zend-form-intl-check' of https://github.com/akra…
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jul 11, 2012
2 parents d8aa48c + 17e63a1 commit f93201c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Zend/Form/FormTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,9 @@ public function testCanCorrectlyExtractDataFromOneToManyRelationship()

public function testCanCorrectlyPopulateDataToOneToManyEntites()
{
if (!extension_loaded('intl')) {
$this->markTestSkipped("The Intl extension is not loaded");
}
$product = $this->getOneToManyEntity();
$emptyProduct = new TestAsset\Entity\Product();

Expand Down

0 comments on commit f93201c

Please sign in to comment.