File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
app/code/Magento/Eav/Test/Unit/Model
dev/tests/static/testsuite/Magento/Test/Integrity/Library
lib/internal/Magento/Framework/Pricing/Test/Unit Expand file tree Collapse file tree 3 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ public function libraryDataProvider()
162
162
$ componentRegistrar = new ComponentRegistrar ();
163
163
include_once $ componentRegistrar ->getPath (ComponentRegistrar::LIBRARY , 'magento/framework ' )
164
164
. '/Option/ArrayInterface.php ' ;
165
- $ blackList = Files::init ()->readLists (__DIR__ . '/_files/blacklist.txt ' );
165
+ $ blackList = Files::init ()->readLists (__DIR__ . '/_files/blacklist* .txt ' );
166
166
$ dataProvider = Files::init ()->getPhpFiles (Files::INCLUDE_LIBS | Files::AS_DATA_SET );
167
167
168
168
foreach ($ dataProvider as $ key => $ data ) {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class RenderTest extends \PHPUnit_Framework_TestCase
23
23
protected $ priceLayout ;
24
24
25
25
/**
26
- * @var \Magento\Framework \Pricing\Price\PriceInterface |\PHPUnit_Framework_MockObject_MockObject
26
+ * @var \Magento\Catalog \Pricing\Price\BasePrice |\PHPUnit_Framework_MockObject_MockObject
27
27
*/
28
28
protected $ price ;
29
29
@@ -33,7 +33,7 @@ class RenderTest extends \PHPUnit_Framework_TestCase
33
33
protected $ amount ;
34
34
35
35
/**
36
- * @var \Magento\Framework\Pricing\SaleableInterface |\PHPUnit_Framework_MockObject_MockObject
36
+ * @var \Magento\Catalog\Model\Product |\PHPUnit_Framework_MockObject_MockObject
37
37
*/
38
38
protected $ saleableItem ;
39
39
@@ -46,7 +46,7 @@ protected function setUp()
46
46
{
47
47
$ this ->priceLayout = $ this ->getMockBuilder (\Magento \Framework \Pricing \Render \Layout::class)
48
48
->disableOriginalConstructor ()
49
- ->getMockForAbstractClass ();
49
+ ->getMock ();
50
50
51
51
$ this ->price = $ this ->getMockBuilder (\Magento \Framework \Pricing \Price \PriceInterface::class)
52
52
->disableOriginalConstructor ()
You can’t perform that action at this time.
0 commit comments