Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/ZF-10854' of https://github.com/thomasweidner/zf2
Browse files Browse the repository at this point in the history
…into hotfix/zf-10854
  • Loading branch information
weierophinney committed Jul 13, 2011
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/FigletTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ public function testCaptchaHasIdAndInput()
}

/*
* @see ZF-8268
* @group ZF-8268
*/
public function testLabelIdIsCorrect()
Expand All @@ -100,7 +99,7 @@ public function testLabelIdIsCorrect()
$expect = sprintf('for="comment-%s-input"', $this->element->getName());
$this->assertRegexp("/<label [^>]*?$expect/", $html, $html);
}

public function testTimeoutPopulatedByDefault()
{
$ttl = $this->captcha->getTimeout();
Expand Down Expand Up @@ -269,7 +268,7 @@ public function testIsValidShouldNotRequireValueToBeNestedArray()
$input = array("id" => $this->captcha->getId(), "input" => $this->captcha->getWord());
$this->assertTrue($this->element->isValid($input));
}

/**
* @group ZF-5728
*/
Expand Down

0 comments on commit c09b55e

Please sign in to comment.