@@ -102,8 +102,8 @@ protected function tearDown()
102
102
}
103
103
104
104
/**
105
- * @covers \Magento\Theme\Model\Wysiwyg\Storage::_createThumbnail
106
- * @covers \Magento\Theme\Model\Wysiwyg\Storage::uploadFile
105
+ * cover \Magento\Theme\Model\Wysiwyg\Storage::_createThumbnail
106
+ * cover \Magento\Theme\Model\Wysiwyg\Storage::uploadFile
107
107
*/
108
108
public function testUploadFile ()
109
109
{
@@ -154,7 +154,7 @@ public function testUploadFile()
154
154
}
155
155
156
156
/**
157
- * @covers \Magento\Theme\Model\Wysiwyg\Storage::uploadFile
157
+ * cover \Magento\Theme\Model\Wysiwyg\Storage::uploadFile
158
158
* @expectedException \Magento\Framework\Model\Exception
159
159
*/
160
160
public function testUploadInvalidFile ()
@@ -183,7 +183,7 @@ protected function _prepareUploader()
183
183
184
184
/**
185
185
* @dataProvider booleanCasesDataProvider
186
- * @covers \Magento\Theme\Model\Wysiwyg\Storage::createFolder
186
+ * cover \Magento\Theme\Model\Wysiwyg\Storage::createFolder
187
187
*/
188
188
public function testCreateFolder ($ isWritable )
189
189
{
@@ -252,7 +252,7 @@ public function testCreateFolder($isWritable)
252
252
}
253
253
254
254
/**
255
- * @covers \Magento\Theme\Model\Wysiwyg\Storage::createFolder
255
+ * cover \Magento\Theme\Model\Wysiwyg\Storage::createFolder
256
256
* @expectedException \Magento\Framework\Model\Exception
257
257
*/
258
258
public function testCreateFolderWithInvalidName ()
@@ -262,7 +262,7 @@ public function testCreateFolderWithInvalidName()
262
262
}
263
263
264
264
/**
265
- * @covers \Magento\Theme\Model\Wysiwyg\Storage::createFolder
265
+ * cover \Magento\Theme\Model\Wysiwyg\Storage::createFolder
266
266
* @expectedException \Magento\Framework\Model\Exception
267
267
*/
268
268
public function testCreateFolderDirectoryAlreadyExist ()
@@ -294,7 +294,7 @@ public function testCreateFolderDirectoryAlreadyExist()
294
294
}
295
295
296
296
/**
297
- * @covers \Magento\Theme\Model\Wysiwyg\Storage::getDirsCollection
297
+ * cover \Magento\Theme\Model\Wysiwyg\Storage::getDirsCollection
298
298
*/
299
299
public function testGetDirsCollection ()
300
300
{
@@ -318,7 +318,7 @@ public function testGetDirsCollection()
318
318
}
319
319
320
320
/**
321
- * @covers \Magento\Theme\Model\Wysiwyg\Storage::getDirsCollection
321
+ * cover \Magento\Theme\Model\Wysiwyg\Storage::getDirsCollection
322
322
* @expectedException \Magento\Framework\Model\Exception
323
323
*/
324
324
public function testGetDirsCollectionWrongDirName ()
@@ -337,7 +337,7 @@ public function testGetDirsCollectionWrongDirName()
337
337
}
338
338
339
339
/**
340
- * @covers \Magento\Theme\Model\Wysiwyg\Storage::getFilesCollection
340
+ * cover \Magento\Theme\Model\Wysiwyg\Storage::getFilesCollection
341
341
*/
342
342
public function testGetFilesCollection ()
343
343
{
@@ -373,7 +373,7 @@ public function testGetFilesCollection()
373
373
}
374
374
375
375
/**
376
- * @covers \Magento\Theme\Model\Wysiwyg\Storage::getFilesCollection
376
+ * cover \Magento\Theme\Model\Wysiwyg\Storage::getFilesCollection
377
377
*/
378
378
public function testGetFilesCollectionImageType ()
379
379
{
@@ -417,7 +417,7 @@ public function testGetFilesCollectionImageType()
417
417
}
418
418
419
419
/**
420
- * @covers \Magento\Theme\Model\Wysiwyg\Storage::getTreeArray
420
+ * cover \Magento\Theme\Model\Wysiwyg\Storage::getTreeArray
421
421
*/
422
422
public function testTreeArray ()
423
423
{
@@ -460,7 +460,7 @@ public function testTreeArray()
460
460
}
461
461
462
462
/**
463
- * @covers \Magento\Theme\Model\Wysiwyg\Storage::deleteFile
463
+ * cover \Magento\Theme\Model\Wysiwyg\Storage::deleteFile
464
464
*/
465
465
public function testDeleteFile ()
466
466
{
@@ -503,7 +503,7 @@ public function testDeleteFile()
503
503
}
504
504
505
505
/**
506
- * @covers \Magento\Theme\Model\Wysiwyg\Storage::deleteDirectory
506
+ * cover \Magento\Theme\Model\Wysiwyg\Storage::deleteDirectory
507
507
*/
508
508
public function testDeleteDirectory ()
509
509
{
@@ -523,7 +523,7 @@ public function testDeleteDirectory()
523
523
}
524
524
525
525
/**
526
- * @covers \Magento\Theme\Model\Wysiwyg\Storage::deleteDirectory
526
+ * cover \Magento\Theme\Model\Wysiwyg\Storage::deleteDirectory
527
527
* @expectedException \Magento\Framework\Model\Exception
528
528
*/
529
529
public function testDeleteRootDirectory ()
0 commit comments