fixed typo

This commit is contained in:
Abdul Malik Ikhsan 2013-10-23 15:18:42 +07:00
parent 1206176fc4
commit 98bdb5fdec

View File

@ -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());