Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/2.4-develop' into 2.4-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtuvn committed Apr 10, 2020
2 parents 6b8fc4c + a73532a commit facbe37
Show file tree
Hide file tree
Showing 511 changed files with 2,713 additions and 26,953 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,27 @@
use Magento\Framework\App\ProductMetadataInterface;
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
use Magento\Framework\App\CacheInterface;
use PHPUnit\Framework\MockObject\MockObject;
use PHPUnit\Framework\TestCase;

/**
* Class CanViewNotificationTest
*/
class CanViewNotificationTest extends \PHPUnit\Framework\TestCase
class CanViewNotificationTest extends TestCase
{
/** @var CanViewNotification */
private $canViewNotification;

/** @var Logger|\PHPUnit_Framework_MockObject_MockObject */
/** @var Logger|MockObject */
private $viewerLoggerMock;

/** @var ProductMetadataInterface|\PHPUnit_Framework_MockObject_MockObject */
/** @var ProductMetadataInterface|MockObject */
private $productMetadataMock;

/** @var Log|\PHPUnit_Framework_MockObject_MockObject */
/** @var Log|MockObject */
private $logMock;

/** @var $cacheStorageMock \PHPUnit_Framework_MockObject_MockObject|CacheInterface */
/** @var $cacheStorageMock MockObject|CacheInterface */
private $cacheStorageMock;

public function setUp()
protected function setUp(): void
{
$this->cacheStorageMock = $this->getMockBuilder(CacheInterface::class)
->getMockForAbstractClass();
Expand Down
16 changes: 7 additions & 9 deletions app/code/Magento/Analytics/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,13 @@
<item name="25" xsi:type="string">payment/banktransfer/active</item>
<item name="26" xsi:type="string">payment/cashondelivery/title</item>
<item name="27" xsi:type="string">payment/cashondelivery/active</item>
<item name="28" xsi:type="string">payment/authorizenet_directpost/title</item>
<item name="29" xsi:type="string">payment/authorizenet_directpost/active</item>
<item name="30" xsi:type="string">payment/paypal_billing_agreement/title</item>
<item name="31" xsi:type="string">payment/paypal_billing_agreement/active</item>
<item name="32" xsi:type="string">payment/braintree/title</item>
<item name="33" xsi:type="string">payment/braintree/active</item>
<item name="34" xsi:type="string">payment/braintree_paypal/title</item>
<item name="35" xsi:type="string">payment/braintree_paypal/active</item>
<item name="36" xsi:type="string">analytics/general/vertical</item>
<item name="28" xsi:type="string">payment/paypal_billing_agreement/title</item>
<item name="29" xsi:type="string">payment/paypal_billing_agreement/active</item>
<item name="30" xsi:type="string">payment/braintree/title</item>
<item name="31" xsi:type="string">payment/braintree/active</item>
<item name="32" xsi:type="string">payment/braintree_paypal/title</item>
<item name="33" xsi:type="string">payment/braintree_paypal/active</item>
<item name="34" xsi:type="string">analytics/general/vertical</item>
</argument>
</arguments>
</type>
Expand Down

This file was deleted.

This file was deleted.

83 changes: 0 additions & 83 deletions app/code/Magento/Authorizenet/Block/Transparent/Iframe.php

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit facbe37

Please sign in to comment.