Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit 01440bd

Browse files
Merge branch 'develop'
2 parents 4400719 + ff87ef3 commit 01440bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Model/Logger/Handler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Ebizmarts\MageMonkey\Model\Logger;
1313

14-
use Monolog\Logger;
14+
use Monolog;
1515

1616
class Handler extends \Magento\Framework\Logger\Handler\Base
1717
{

Test/Unit/Helper/DataTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected function setUp(){
4141
$storeManagerMock = $this->getMockBuilder('Magento\Store\Model\StoreManagerInterface')
4242
->disableOriginalConstructor()
4343
->getMock();
44-
$this->_logger = $this->getMockBuilder('Ebizmarts\MageMonkey\Model\Logger\Magemonkey')
44+
$this->_logger = $this->getMockBuilder('Ebizmarts\MageMonkey\Model\Logger\Logger')
4545
->disableOriginalConstructor()
4646
->getMock();
4747
$groupRegistryMock = $this->getMockBuilder('Magento\Customer\Model\GroupRegistry')

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"description": "Connect Mailchimp with Magento",
88
"type": "magento2-module",
9-
"version": "3.0.6",
9+
"version": "3.0.7",
1010
"license": [
1111
"OSL-3.0",
1212
"AFL-3.0"

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
-->
1313
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
14-
<module name="Ebizmarts_MageMonkey" setup_version="3.0.6">
14+
<module name="Ebizmarts_MageMonkey" setup_version="3.0.7">
1515
<sequence>
1616
<module name="Magento_Newsletter"/>
1717
</sequence>

0 commit comments

Comments
 (0)