Pascal Borreli 15 vuotta sitten
vanhempi
commit
273b24e663

+ 1 - 1
tests/Symfony/Tests/Components/Console/ApplicationTest.php

@@ -77,7 +77,7 @@ class ApplicationTest extends \PHPUnit_Framework_TestCase
   {
     $application = new Application();
     $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()

+ 1 - 1
tests/Symfony/Tests/Components/DependencyInjection/Dumper/XmlDumperTest.php

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