Skip to content

Commit 36974fe

Browse files
author
Igor Melnikov
committed
MAGETWO-71414: Merge 2.2-develop into develop
- fix tests
1 parent 6b2d130 commit 36974fe

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

app/code/Magento/ProductAlert/Test/Unit/Block/Product/ImageProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
namespace Magento\ProductAlert\Test\Unit\Block\Product;
77

8-
class ImageProviderTest extends \PHPUnit_Framework_TestCase
8+
class ImageProviderTest extends \PHPUnit\Framework\TestCase
99
{
1010
/**
1111
* @var \Magento\Catalog\Block\Product\ImageBuilder|\PHPUnit_Framework_MockObject_MockObject

app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Create/ReorderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2727
* @SuppressWarnings(PHPMD.TooManyFields)
2828
*/
29-
class ReorderTest extends \PHPUnit_Framework_TestCase
29+
class ReorderTest extends \PHPUnit\Framework\TestCase
3030
{
3131
/**
3232
* @var Reorder

app/code/Magento/Sales/Test/Unit/Model/Order/Reorder/OrderProductAvailabilityCheckerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Class OrderProductAvailabilityCheckerTest
1616
*/
17-
class OrderProductAvailabilityCheckerTest extends \PHPUnit_Framework_TestCase
17+
class OrderProductAvailabilityCheckerTest extends \PHPUnit\Framework\TestCase
1818
{
1919
/**
2020
* @var OrderedProductAvailabilityCheckerInterface[]

app/code/Magento/Sales/Test/Unit/Model/Order/Reorder/UnavailableProductsProviderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Class UnavailableProductsProviderTest
1616
*/
17-
class UnavailableProductsProviderTest extends \PHPUnit_Framework_TestCase
17+
class UnavailableProductsProviderTest extends \PHPUnit\Framework\TestCase
1818
{
1919
/**
2020
* @var Config|\PHPUnit_Framework_MockObject_MockObject

app/code/Magento/SampleData/Test/Unit/Model/DependencyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Magento\Framework\Phrase;
1616
use Magento\SampleData\Model\Dependency;
1717

18-
class DependencyTest extends \PHPUnit_Framework_TestCase
18+
class DependencyTest extends \PHPUnit\Framework\TestCase
1919
{
2020
/**
2121
* @dataProvider dataPackagesFromComposerSuggest

app/code/Magento/Sitemap/Test/Unit/Model/ItemProvider/CategoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Magento\Sitemap\Model\SitemapItem;
1616
use Magento\Sitemap\Model\SitemapItemInterfaceFactory;
1717

18-
class CategoryTest extends \PHPUnit_Framework_TestCase
18+
class CategoryTest extends \PHPUnit\Framework\TestCase
1919
{
2020
public function testGetItemsEmpty()
2121
{

app/code/Magento/Sitemap/Test/Unit/Model/ItemProvider/CmsPageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Magento\Sitemap\Model\SitemapItem;
1616
use Magento\Sitemap\Model\SitemapItemInterfaceFactory;
1717

18-
class CmsPageTest extends \PHPUnit_Framework_TestCase
18+
class CmsPageTest extends \PHPUnit\Framework\TestCase
1919
{
2020
public function testGetItemsEmpty()
2121
{

app/code/Magento/Sitemap/Test/Unit/Model/ItemProvider/CompositeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Sitemap\Model\ItemProvider\ItemProviderInterface;
1111
use Magento\Sitemap\Model\SitemapItemInterface;
1212

13-
class CompositeTest extends \PHPUnit_Framework_TestCase
13+
class CompositeTest extends \PHPUnit\Framework\TestCase
1414
{
1515
public function testNoResolvers()
1616
{

app/code/Magento/Sitemap/Test/Unit/Model/ItemProvider/ProductTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Magento\Sitemap\Model\SitemapItem;
1616
use Magento\Sitemap\Model\SitemapItemInterfaceFactory;
1717

18-
class ProductTest extends \PHPUnit_Framework_TestCase
18+
class ProductTest extends \PHPUnit\Framework\TestCase
1919
{
2020
public function testGetItemsEmpty()
2121
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Sitemap\Model\SitemapConfigReader;
1111
use Magento\Store\Model\ScopeInterface;
1212

13-
class SitemapConfigReaderTest extends \PHPUnit_Framework_TestCase
13+
class SitemapConfigReaderTest extends \PHPUnit\Framework\TestCase
1414
{
1515
public function testGetValidPaths()
1616
{

0 commit comments

Comments
 (0)