mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 20:20:15 +02:00
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
|
||||
* 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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user