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

Commit d48c1d9

Browse files
committed
Adds @see annotations to new tests
Pointing to originally reported issue.
1 parent 29ae610 commit d48c1d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/PhpRendererTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ public function testDoesNotCallFilterChainIfNoFilterChainWasSet()
484484

485485
/**
486486
* @group zend-view-120
487+
* @see https://github.com/zendframework/zend-view/issues/120
487488
*/
488489
public function testRendererDoesntUsePreviousRenderedOutputWhenInvokedWithEmptyString()
489490
{
@@ -498,6 +499,7 @@ public function testRendererDoesntUsePreviousRenderedOutputWhenInvokedWithEmptyS
498499

499500
/**
500501
* @group zend-view-120
502+
* @see https://github.com/zendframework/zend-view/issues/120
501503
*/
502504
public function testRendererDoesntUsePreviousRenderedOutputWhenInvokedWithFalse()
503505
{

0 commit comments

Comments
 (0)