mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Merge pull request #279 from jrfnl/feature/tests-fix-type-in-methodname
Tests: fix typo in test method name
This commit is contained in:
@@ -57,7 +57,7 @@ class PassthroughFormatterTest extends TestCase
|
||||
*
|
||||
* @covers ::format
|
||||
*/
|
||||
public function testFormatterToStringWitoutDescription() : void
|
||||
public function testFormatterToStringWithoutDescription() : void
|
||||
{
|
||||
$expected = '@unknown-tag';
|
||||
$fixture = new PassthroughFormatter();
|
||||
|
||||
Reference in New Issue
Block a user