Merge pull request #214 from michaelachrisco/patch-1

Spelling over Test case
This commit is contained in:
SHANG Guokan
2016-05-25 17:30:11 +02:00

View File

@@ -23,8 +23,8 @@ class CompositeTest extends \PHPUnit_Framework_TestCase
} }
/** /**
* The all point of this pattern, a Composite must inherit from the node * The point of this pattern, a Composite must inherit from the node
* if you want to builld trees. * if you want to build trees.
*/ */
public function testFormImplementsFormEelement() public function testFormImplementsFormEelement()
{ {