We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955100e commit 5bf3492Copy full SHA for 5bf3492
1 file changed
tests/system/HTTP/Files/FileMovingTest.php
@@ -322,6 +322,7 @@ public function testFailedMoveBecauseOfFalseReturned()
322
move_uploaded_file('', '', false);
323
324
$this->expectException(HTTPException::class);
325
+ $this->expectExceptionMessage('move_uploaded_file() returned false');
326
327
$file->move($destination, $file->getName(), false);
328
}
0 commit comments