Tests: fix typo in test method name

This commit is contained in:
jrfnl
2021-08-01 04:27:53 +02:00
parent 8719cc12e2
commit 261f5b2a16
@@ -57,7 +57,7 @@ class PassthroughFormatterTest extends TestCase
*
* @covers ::format
*/
public function testFormatterToStringWitoutDescription() : void
public function testFormatterToStringWithoutDescription() : void
{
$expected = '@unknown-tag';
$fixture = new PassthroughFormatter();