We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf3492 commit 3a7722cCopy full SHA for 3a7722c
1 file changed
tests/system/HTTP/Files/FileMovingTest.php
@@ -293,11 +293,9 @@ public function testFailedMoveBecauseOfWarning()
293
294
public function testFailedMoveBecauseOfFalseReturned()
295
{
296
- $finalFilename = 'fileA';
297
-
298
$_FILES = [
299
'userfile1' => [
300
- 'name' => $finalFilename . '.txt',
+ 'name' => 'fileA.txt',
301
'type' => 'text/plain',
302
'size' => 124,
303
'tmp_name' => '/tmp/fileA.txt',
0 commit comments