Skip to content

Commit

Permalink
MAGETWO-44971: [GITHUB] Configurable product issues after saving #2226
Browse files Browse the repository at this point in the history
- fix static
  • Loading branch information
Andrii Lugovyi committed Nov 23, 2015
1 parent d3a8572 commit 6f9561e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -5,10 +5,12 @@
*/
namespace Magento\ConfigurableProduct\Test\Unit\Controller\Adminhtml\Product\Initialization\Helper\Plugin;

use Magento\ConfigurableProduct\Controller\Adminhtml\Product\Initialization\Helper\Plugin\Configurable;

class ConfigurableTest extends \PHPUnit_Framework_TestCase
{
/**
* @var \Magento\ConfigurableProduct\Controller\Adminhtml\Product\Initialization\Helper\Plugin\Configurable
* @var Configurable
*/
protected $plugin;

@@ -57,7 +59,7 @@ protected function setUp()
'',
false
);
$this->plugin = new \Magento\ConfigurableProduct\Controller\Adminhtml\Product\Initialization\Helper\Plugin\Configurable($this->productTypeMock, $this->requestMock);
$this->plugin = new Configurable($this->productTypeMock, $this->requestMock);
}

public function testAfterInitializeIfAttributesNotEmptyAndActionNameNotGenerateVariations()

0 comments on commit 6f9561e

Please sign in to comment.