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 0a34212 commit 2aafad1Copy full SHA for 2aafad1
tests/Diff/Renderer/ArrayTest.php
@@ -7,8 +7,15 @@
7
require "../../../lib/Autoloader.php";
8
new Autoloader();
9
10
+/**
11
+ * Class ArrayTest
12
+ * @package Tests\Diff\Renderer\Html
13
+ */
14
class ArrayTest extends TestCase
15
{
16
+ /**
17
+ *
18
19
public function testRenderSimpleDelete()
20
21
$htmlRenderer = new HtmlArray();
@@ -35,6 +42,10 @@ public function testRenderSimpleDelete()
35
42
)
36
43
), $result);
37
44
}
45
+
46
47
48
38
49
public function testRenderFixesSpaces()
39
50
40
51
0 commit comments