Skip to content

Commit 2aafad1

Browse files
committed
add dock block
1 parent 0a34212 commit 2aafad1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/Diff/Renderer/ArrayTest.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@
77
require "../../../lib/Autoloader.php";
88
new Autoloader();
99

10+
/**
11+
* Class ArrayTest
12+
* @package Tests\Diff\Renderer\Html
13+
*/
1014
class ArrayTest extends TestCase
1115
{
16+
/**
17+
*
18+
*/
1219
public function testRenderSimpleDelete()
1320
{
1421
$htmlRenderer = new HtmlArray();
@@ -35,6 +42,10 @@ public function testRenderSimpleDelete()
3542
)
3643
), $result);
3744
}
45+
46+
/**
47+
*
48+
*/
3849
public function testRenderFixesSpaces()
3950
{
4051
$htmlRenderer = new HtmlArray();

0 commit comments

Comments
 (0)