Skip to content

Commit

Permalink
Merge branch 'hotfix/80'
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Dec 20, 2018
2 parents 552e526 + 5ae1857 commit 135670d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/File/RenameUploadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ public function testReturnUnfiltered($input)
* @see https://github.com/zendframework/zend-filter/issues/77
* @return void
*/
public function testCachesResultsOfFilteringSAPIUploads()
public function testFilterDoesNotAlterUnknownFileDataAndCachesResultsOfFilteringSAPIUploads()
{
$filter = new RenameUploadMock($this->targetPath);

Expand Down Expand Up @@ -447,7 +447,7 @@ public function testCachesResultsOfFilteringSAPIUploads()
* @see https://github.com/zendframework/zend-filter/issues/76
* @return void
*/
public function testFilterReturnsFileDataVerbatimUnderSAPIWhenNameAndTmpNameDiffer()
public function testFilterReturnsFileDataVerbatimUnderSAPIWhenTargetPathIsUnspecified()
{
$filter = new RenameUploadMock();

Expand Down

0 comments on commit 135670d

Please sign in to comment.