Skip to content

Commit a80b84d

Browse files
authored
Update ObserverTest.php
Fixed PHPUnit_Framework_MockObject_MockObject usages
1 parent 0d88766 commit a80b84d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/code/Magento/Sitemap/Test/Unit/Model/ObserverTest.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,37 +28,37 @@ class ObserverTest extends \PHPUnit\Framework\TestCase
2828
private $observer;
2929

3030
/**
31-
* @var \Magento\Framework\App\Config\ScopeConfigInterface|\PHPUnit_Framework_MockObject_MockObject
31+
* @var \Magento\Framework\App\Config\ScopeConfigInterface|\PHPUnit\Framework\MockObject\MockObject
3232
*/
3333
private $scopeConfigMock;
3434

3535
/**
36-
* @var \Magento\Sitemap\Model\ResourceModel\Sitemap\CollectionFactory|\PHPUnit_Framework_MockObject_MockObject
36+
* @var \Magento\Sitemap\Model\ResourceModel\Sitemap\CollectionFactory|\PHPUnit\Framework\MockObject\MockObject
3737
*/
3838
private $collectionFactoryMock;
3939

4040
/**
41-
* @var \Magento\Sitemap\Model\ResourceModel\Sitemap\Collection|\PHPUnit_Framework_MockObject_MockObject
41+
* @var \Magento\Sitemap\Model\ResourceModel\Sitemap\Collection|\PHPUnit\Framework\MockObject\MockObject
4242
*/
4343
private $sitemapCollectionMock;
4444

4545
/**
46-
* @var \Magento\Sitemap\Model\Sitemap|\PHPUnit_Framework_MockObject_MockObject
46+
* @var \Magento\Sitemap\Model\Sitemap|\PHPUnit\Framework\MockObject\MockObject
4747
*/
4848
private $sitemapMock;
4949

5050
/**
51-
* @var \Magento\Framework\ObjectManagerInterface|\PHPUnit_Framework_MockObject_MockObject
51+
* @var \Magento\Framework\ObjectManagerInterface|\PHPUnit\Framework\MockObject\MockObject
5252
*/
5353
private $objectManagerMock;
5454

5555
/**
56-
* @var Emulation|\PHPUnit_Framework_MockObject_MockObject
56+
* @var Emulation|\PHPUnit\Framework\MockObject\MockObject
5757
*/
5858
private $appEmulationMock;
5959

6060
/**
61-
* @var EmailNotification|\PHPUnit_Framework_MockObject_MockObject
61+
* @var EmailNotification|\PHPUnit\Framework\MockObject\MockObject
6262
*/
6363
private $emailNotificationMock;
6464

0 commit comments

Comments
 (0)