Skip to content

Commit e774a02

Browse files
authored
Merge pull request #279 from jrfnl/feature/tests-fix-type-in-methodname
Tests: fix typo in test method name
2 parents 384307b + 261f5b2 commit e774a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/DocBlock/Tags/Formatter/PassthroughFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function testFormatterCallsToStringAndReturnsAStandardRepresentation() :
5757
*
5858
* @covers ::format
5959
*/
60-
public function testFormatterToStringWitoutDescription() : void
60+
public function testFormatterToStringWithoutDescription() : void
6161
{
6262
$expected = '@unknown-tag';
6363
$fixture = new PassthroughFormatter();

0 commit comments

Comments
 (0)