diff --git a/src/Symfony/Component/Console/Tests/ApplicationTest.php b/src/Symfony/Component/Console/Tests/ApplicationTest.php index 07e918a9e8..c7e04655d0 100644 --- a/src/Symfony/Component/Console/Tests/ApplicationTest.php +++ b/src/Symfony/Component/Console/Tests/ApplicationTest.php @@ -130,7 +130,7 @@ class ApplicationTest extends \PHPUnit_Framework_TestCase * @expectedException LogicException * @expectedExceptionMessage You must call the parent constructor in "Foo5Command::__construct()" */ - public function testAddCommandWithEmptyContructor() + public function testAddCommandWithEmptyConstructor() { $application = new Application(); $application->add($foo = new \Foo5Command());