From ae0adf1b9bc97f4a79ce201ac61e81085ffe7105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Tue, 12 Mar 2019 12:29:59 +0100 Subject: [PATCH] Fixed typo --- .../Tests/DependencyInjection/XmlFrameworkExtensionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); } }