We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2688276 commit 219b648Copy full SHA for 219b648
tests/GridFS/BucketFunctionalTest.php
@@ -549,7 +549,7 @@ public function testOpenDownloadStreamByNameShouldRequireFilenameAndRevisionToEx
549
$this->bucket->uploadFromStream('filename', $this->createStream('bar'));
550
551
$this->expectException(FileNotFoundException::class);
552
- $this->bucket->openDownloadStream($filename);
+ $this->bucket->openDownloadStreamByName($filename, ['revision' => $revision]);
553
}
554
555
public function testOpenUploadStream(): void
0 commit comments