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 570cb21 commit c27662bCopy full SHA for c27662b
dev/tests/unit/testsuite/Magento/MediaStorage/Model/File/Storage/Directory/DatabaseTest.php
@@ -160,7 +160,7 @@ public function testImportDirectories()
160
)->method(
161
'setPath'
162
)->with(
163
- $this->logicalOr($this->equalTo('/path/number/one'), $this->equalTo('/path/number/two'))
+ $this->logicalOr($this->equalTo('path/number/one'), $this->equalTo('path/number/two'))
164
);
165
166
$this->directoryDatabase->importDirectories(
0 commit comments