fixed typo

This commit is contained in:
Pascal Borreli 2010-04-10 17:50:35 +00:00 committed by Fabien Potencier
parent 7bb5cb4419
commit 273b24e663
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ class ApplicationTest extends \PHPUnit_Framework_TestCase
{ {
$application = new Application(); $application = new Application();
$command = $application->register('foo'); $command = $application->register('foo');
$this->assertEquals('foo', $command->getName(), '->register() regiters a new command'); $this->assertEquals('foo', $command->getName(), '->register() registers a new command');
} }
public function testAddCommand() public function testAddCommand()

View File

@ -32,7 +32,7 @@ class XmlDumperTest extends \PHPUnit_Framework_TestCase
$dumper = new XmlDumper($container); $dumper = new XmlDumper($container);
} }
public function testAddParemeters() public function testAddParameters()
{ {
$container = include self::$fixturesPath.'//containers/container8.php'; $container = include self::$fixturesPath.'//containers/container8.php';
$dumper = new XmlDumper($container); $dumper = new XmlDumper($container);