Skip to content

Commit

Permalink
test: refactor: remove unneeded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Nov 21, 2021
1 parent 5bf3492 commit 3a7722c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/system/HTTP/Files/FileMovingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,9 @@ public function testFailedMoveBecauseOfWarning()

public function testFailedMoveBecauseOfFalseReturned()
{
$finalFilename = 'fileA';

$_FILES = [
'userfile1' => [
'name' => $finalFilename . '.txt',
'name' => 'fileA.txt',
'type' => 'text/plain',
'size' => 124,
'tmp_name' => '/tmp/fileA.txt',
Expand Down

0 comments on commit 3a7722c

Please sign in to comment.