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

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2
Browse files Browse the repository at this point in the history
Conflicts:
	.gitignore
  • Loading branch information
sgehrig committed Jul 29, 2011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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
1 change: 0 additions & 1 deletion tools/phptools
Submodule phptools deleted from d232cb

0 comments on commit 6be22d9

Please sign in to comment.