File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Test/Unit/Model/Wysiwyg/Images Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,8 @@ public function __construct(
185
185
}
186
186
187
187
/**
188
+ * Create sub directories if DB storage is used
189
+ *
188
190
* @param string $path
189
191
* @return void
190
192
*/
@@ -202,6 +204,8 @@ protected function createSubDirectories($path)
202
204
}
203
205
204
206
/**
207
+ * Prepare and get conditions for exclude directories
208
+ *
205
209
* @return array
206
210
*/
207
211
protected function getConditionsForExcludeDirs ()
@@ -225,6 +229,8 @@ protected function getConditionsForExcludeDirs()
225
229
}
226
230
227
231
/**
232
+ * Remove excluded directories from collection
233
+ *
228
234
* @param \Magento\Framework\Data\Collection\Filesystem $collection
229
235
* @param array $conditions
230
236
* @return \Magento\Framework\Data\Collection\Filesystem
Original file line number Diff line number Diff line change @@ -415,6 +415,8 @@ public function dirsCollectionDataProvider()
415
415
}
416
416
417
417
/**
418
+ * General conditions for testGetDirsCollection tests
419
+ *
418
420
* @param string $path
419
421
* @param array $collectionArray
420
422
* @param array $expectedRemoveKeys
You can’t perform that action at this time.
0 commit comments