mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-23 17:22:41 +01:00
Merge pull request #214 from michaelachrisco/patch-1
Spelling over Test case
This commit is contained in:
commit
78fabf6cf3
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user