File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
app/code/Magento/Sitemap/Test/Unit/Model Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,37 +28,37 @@ class ObserverTest extends \PHPUnit\Framework\TestCase
28
28
private $ observer ;
29
29
30
30
/**
31
- * @var \Magento\Framework\App\Config\ScopeConfigInterface|\PHPUnit_Framework_MockObject_MockObject
31
+ * @var \Magento\Framework\App\Config\ScopeConfigInterface|\PHPUnit\Framework\MockObject\MockObject
32
32
*/
33
33
private $ scopeConfigMock ;
34
34
35
35
/**
36
- * @var \Magento\Sitemap\Model\ResourceModel\Sitemap\CollectionFactory|\PHPUnit_Framework_MockObject_MockObject
36
+ * @var \Magento\Sitemap\Model\ResourceModel\Sitemap\CollectionFactory|\PHPUnit\Framework\MockObject\MockObject
37
37
*/
38
38
private $ collectionFactoryMock ;
39
39
40
40
/**
41
- * @var \Magento\Sitemap\Model\ResourceModel\Sitemap\Collection|\PHPUnit_Framework_MockObject_MockObject
41
+ * @var \Magento\Sitemap\Model\ResourceModel\Sitemap\Collection|\PHPUnit\Framework\MockObject\MockObject
42
42
*/
43
43
private $ sitemapCollectionMock ;
44
44
45
45
/**
46
- * @var \Magento\Sitemap\Model\Sitemap|\PHPUnit_Framework_MockObject_MockObject
46
+ * @var \Magento\Sitemap\Model\Sitemap|\PHPUnit\Framework\MockObject\MockObject
47
47
*/
48
48
private $ sitemapMock ;
49
49
50
50
/**
51
- * @var \Magento\Framework\ObjectManagerInterface|\PHPUnit_Framework_MockObject_MockObject
51
+ * @var \Magento\Framework\ObjectManagerInterface|\PHPUnit\Framework\MockObject\MockObject
52
52
*/
53
53
private $ objectManagerMock ;
54
54
55
55
/**
56
- * @var Emulation|\PHPUnit_Framework_MockObject_MockObject
56
+ * @var Emulation|\PHPUnit\Framework\MockObject\MockObject
57
57
*/
58
58
private $ appEmulationMock ;
59
59
60
60
/**
61
- * @var EmailNotification|\PHPUnit_Framework_MockObject_MockObject
61
+ * @var EmailNotification|\PHPUnit\Framework\MockObject\MockObject
62
62
*/
63
63
private $ emailNotificationMock ;
64
64
You can’t perform that action at this time.
0 commit comments