File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed
Test/Unit/Model/Wysiwyg/Images Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,6 @@ class Storage extends \Magento\Framework\DataObject
7777 protected $ _coreFileStorageDb = null ;
7878
7979 /**
80- * Cms wysiwyg images
81- *
8280 * @var \Magento\Cms\Helper\Wysiwyg\Images
8381 */
8482 protected $ _cmsWysiwygImages = null ;
@@ -109,36 +107,26 @@ class Storage extends \Magento\Framework\DataObject
109107 protected $ _session ;
110108
111109 /**
112- * Directory database factory
113- *
114110 * @var \Magento\MediaStorage\Model\File\Storage\Directory\DatabaseFactory
115111 */
116112 protected $ _directoryDatabaseFactory ;
117113
118114 /**
119- * Storage database factory
120- *
121115 * @var \Magento\MediaStorage\Model\File\Storage\DatabaseFactory
122116 */
123117 protected $ _storageDatabaseFactory ;
124118
125119 /**
126- * Storage file factory
127- *
128120 * @var \Magento\MediaStorage\Model\File\Storage\FileFactory
129121 */
130122 protected $ _storageFileFactory ;
131123
132124 /**
133- * Storage collection factory
134- *
135125 * @var \Magento\Cms\Model\Wysiwyg\Images\Storage\CollectionFactory
136126 */
137127 protected $ _storageCollectionFactory ;
138128
139129 /**
140- * Uploader factory
141- *
142130 * @var \Magento\MediaStorage\Model\File\UploaderFactory
143131 */
144132 protected $ _uploaderFactory ;
Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ public function testGetDirsCollectionCreateSubDirectories()
375375 * @throws \Exception
376376 * @dataProvider dirsCollectionDataProvider
377377 */
378- public function testGetDirsCollection ($ path , $ callNum , $ dirsFilter= '' )
378+ public function testGetDirsCollection ($ path , $ callNum , $ dirsFilter = '' )
379379 {
380380 $ this ->generalTestGetDirsCollection ($ path , $ callNum , $ dirsFilter );
381381 }
You can’t perform that action at this time.
0 commit comments