Merge pull request #279 from jrfnl/feature/tests-fix-type-in-methodname

Tests: fix typo in test method name
This commit is contained in:
Jaap van Otterdijk
2021-08-01 22:16:55 +02:00
committed by GitHub
@@ -57,7 +57,7 @@ class PassthroughFormatterTest extends TestCase
* *
* @covers ::format * @covers ::format
*/ */
public function testFormatterToStringWitoutDescription() : void public function testFormatterToStringWithoutDescription() : void
{ {
$expected = '@unknown-tag'; $expected = '@unknown-tag';
$fixture = new PassthroughFormatter(); $fixture = new PassthroughFormatter();