diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php index ca2eb72554..ebc37d93be 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php @@ -30,6 +30,6 @@ class XmlFrameworkExtensionTest extends FrameworkExtensionTest public function testMessengerMiddlewareFactoryErroneousFormat() { - $this->markTestSkipped('XML configuration will not allow eeroneous format.'); + $this->markTestSkipped('XML configuration will not allow erroneous format.'); } }