Ver Fonte

[SecurityBundle] Fixed typo

Pascal Borreli há 14 anos atrás
pai
commit
added08c92

+ 1 - 1
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/ConfigurationTest.php

@@ -48,6 +48,6 @@ class ConfigurationTest extends \PHPUnit_Framework_TestCase
         $config = $processor->process($tree, array($config));
 
         $this->assertFalse(array_key_exists('factory', $config), 'The factory key is silently removed without an exception');
-        $this->assertEquals(array(), $config['factories'], 'The factories key is jsut an empty array');
+        $this->assertEquals(array(), $config['factories'], 'The factories key is just an empty array');
     }
 }