Spelling over Test case

This commit is contained in:
michael chrisco
2016-05-25 08:07:40 -07:00
parent 114adf6eef
commit 0870927cef

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
* if you want to builld trees.
* The point of this pattern, a Composite must inherit from the node
* if you want to build trees.
*/
public function testFormImplementsFormEelement()
{