We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e442d50 commit adb19cfCopy full SHA for adb19cf
app/code/Magento/RemoteStorage/Test/Unit/Driver/Adpater/Cache/GenericTest.php
@@ -79,7 +79,7 @@ public function testUpdateMetadataPersists(): void
79
$this->serializerMock
80
->expects($this->once())
81
->method('serialize')
82
- ->with($this->callback(function (array $data) use ($path, $objectMetadata) {
+ ->with($this->callback(function (array $data) use ($path) {
83
return isset($data[$path])
84
&& $data[$path]['type'] === 'file'
85
&& $data[$path]['size'] === 123
0 commit comments