We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5ae61 commit 6e2ad47Copy full SHA for 6e2ad47
tests/Diff/Renderer/Text/TextRenderersTest.php
@@ -10,7 +10,7 @@
10
use PHPUnit\Framework\TestCase;
11
12
/**
13
- * Class TextRendererTest
+ * Class TextRenderersTest
14
*
15
* PHPUnit tests to verify that the output of the text renderers did not change due to code changes.
16
@@ -22,15 +22,15 @@
22
* @version 2.2.1
23
* @link https://github.com/JBlond/php-diff
24
*/
25
-class TextRendererTest extends TestCase
+class TextRenderersTest extends TestCase
26
{
27
28
* @var bool Store the renderer's output in a file, when set to true.
29
30
private $genOutputFiles = false;
31
32
33
- * TextRendererTest constructor.
+ * TextRenderersTest constructor.
34
35
* @param null $name
36
* @param array $data
0 commit comments