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

Commit

Permalink
rename test case method
Browse files Browse the repository at this point in the history
  • Loading branch information
pine3ree committed May 22, 2019
1 parent c27c053 commit 4e3e4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ZendViewRendererTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ public function testRenderChildWithDefaultParameter()
static::assertEquals($content, $result);
}

public function testCanRenderWithCustomSuffix()
public function testCanRenderWithCustomDefaultSuffix()
{
$name = 'zend-custom-suffix';
$suffix = 'pht';
Expand Down

0 comments on commit 4e3e4f8

Please sign in to comment.