minor #9362 fixed typo (samsonasik)

This PR was merged into the master branch.

Discussion
----------

fixed typo

Commits
-------

98bdb5f fixed typo
This commit is contained in:
Fabien Potencier 2013-10-24 17:58:31 +02:00
commit 10751c89fb

View File

@ -130,7 +130,7 @@ class ApplicationTest extends \PHPUnit_Framework_TestCase
* @expectedException LogicException * @expectedException LogicException
* @expectedExceptionMessage You must call the parent constructor in "Foo5Command::__construct()" * @expectedExceptionMessage You must call the parent constructor in "Foo5Command::__construct()"
*/ */
public function testAddCommandWithEmptyContructor() public function testAddCommandWithEmptyConstructor()
{ {
$application = new Application(); $application = new Application();
$application->add($foo = new \Foo5Command()); $application->add($foo = new \Foo5Command());