Skip to content

Commit

Permalink
Better description as test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk authored and weierophinney committed Dec 20, 2018
1 parent 38cbdc6 commit 5ae1857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/File/RenameUploadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ public function testFilterDoesNotAlterUnknownFileDataAndCachesResultsOfFiltering
* @see https://github.com/zendframework/zend-filter/issues/76
* @return void
*/
public function testFilterReturnsFileDataVerbatimUnderSAPIWhenNameAndTmpNameDoNotDiffer()
public function testFilterReturnsFileDataVerbatimUnderSAPIWhenTargetPathIsUnspecified()
{
$filter = new RenameUploadMock();

Expand Down

0 comments on commit 5ae1857

Please sign in to comment.