Fixed typo

This commit is contained in:
Grégoire Pineau 2019-03-12 12:29:59 +01:00
parent 8af31f845d
commit ae0adf1b9b
1 changed files with 1 additions and 1 deletions

View File

@ -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.');
}
}