From 261f5b2a1629b0161c2d1c266e17ce72b7c81612 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 1 Aug 2021 03:34:12 +0200 Subject: [PATCH] Tests: fix typo in test method name --- tests/unit/DocBlock/Tags/Formatter/PassthroughFormatterTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/DocBlock/Tags/Formatter/PassthroughFormatterTest.php b/tests/unit/DocBlock/Tags/Formatter/PassthroughFormatterTest.php index 8f0f021..f79c7a7 100644 --- a/tests/unit/DocBlock/Tags/Formatter/PassthroughFormatterTest.php +++ b/tests/unit/DocBlock/Tags/Formatter/PassthroughFormatterTest.php @@ -57,7 +57,7 @@ class PassthroughFormatterTest extends TestCase * * @covers ::format */ - public function testFormatterToStringWitoutDescription() : void + public function testFormatterToStringWithoutDescription() : void { $expected = '@unknown-tag'; $fixture = new PassthroughFormatter();