mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 13:37:27 +02:00
Merge pull request #214 from michaelachrisco/patch-1
Spelling over Test case
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user