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

Commit

Permalink
[#3213] renamed test method
Browse files Browse the repository at this point in the history
- s/Form/From/
  • Loading branch information
weierophinney committed Dec 13, 2012
1 parent 115d6a9 commit 0d40a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ZendTest/Code/Generator/DocBlockGeneratorTest.php
Expand Up @@ -79,7 +79,7 @@ public function testGenerationOfDocBlock()
$this->assertEquals($expected, $this->docBlockGenerator->generate());
}

public function testCreateFormArray()
public function testCreateFromArray()
{
$docBlock = DocBlockGenerator::fromArray(array(
'shortdescription' => 'foo',
Expand Down

0 comments on commit 0d40a88

Please sign in to comment.