Skip to content

Commit 6e2ad47

Browse files
committed
Fix PSR-4 Auto loading Typo
1 parent eb5ae61 commit 6e2ad47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Diff/Renderer/Text/TextRenderersTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use PHPUnit\Framework\TestCase;
1111

1212
/**
13-
* Class TextRendererTest
13+
* Class TextRenderersTest
1414
*
1515
* PHPUnit tests to verify that the output of the text renderers did not change due to code changes.
1616
*
@@ -22,15 +22,15 @@
2222
* @version 2.2.1
2323
* @link https://github.com/JBlond/php-diff
2424
*/
25-
class TextRendererTest extends TestCase
25+
class TextRenderersTest extends TestCase
2626
{
2727
/**
2828
* @var bool Store the renderer's output in a file, when set to true.
2929
*/
3030
private $genOutputFiles = false;
3131

3232
/**
33-
* TextRendererTest constructor.
33+
* TextRenderersTest constructor.
3434
*
3535
* @param null $name
3636
* @param array $data

0 commit comments

Comments
 (0)