Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit f82f327

Browse files
authored
#43 PR code standards fixed
1 parent 92707d2 commit f82f327

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ZendViewRendererTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,11 @@ public function testCanRenderWithChildViewModel()
444444
]);
445445
$viewModelParent->addChild($viewModelChild, 'name');
446446
$result = $renderer->render('zendview', $viewModelParent);
447-
447+
448448
$content = file_get_contents("$path/zendview-null.phtml");
449449
$contentParent = file_get_contents("$path/zendview.phtml");
450450
$contentParentLayout = file_get_contents("$path/zendview-layout.phtml");
451-
//trim is used here, because rendering engine is trimming content too
451+
//trim is used here, because rendering engine is trimming content too
452452
$content = trim(str_replace('<?php echo $name ?>', $content, $contentParent));
453453
$content = str_replace('<?= $this->content ?>', $content, $contentParentLayout);
454454
$this->assertEquals($content, $result);

0 commit comments

Comments
 (0)