Skip to content

Commit

Permalink
Rename copy-pasta test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
afilina committed Feb 26, 2019
1 parent 36fe152 commit 3629dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Mockery/Generator/ParameterTest.php
Expand Up @@ -7,7 +7,7 @@ class ParameterTest extends \PHPUnit_Framework_TestCase
/**
* @test
*/
public function shouldBringIteratorAggregateToHeadOfTargetListIfTraversablePresent()
public function shouldReturnAbsoluteHintPathIfNamespaceProvided()
{
$rfp = new \ReflectionParameter(array('\TestSubjectNameSpace\TestSubject', 'foo'), 0);
$parameterGenerator = new Parameter($rfp);
Expand Down

0 comments on commit 3629dcb

Please sign in to comment.