From 4024170b2cff167213ea52782a7e5afacc249c7c Mon Sep 17 00:00:00 2001 From: James Date: Tue, 12 Jan 2021 12:26:20 +0000 Subject: [PATCH] proper test --- Command/TestCommand.php | 1 + etc/module.xml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Command/TestCommand.php b/Command/TestCommand.php index 04c88b9..d23af36 100644 --- a/Command/TestCommand.php +++ b/Command/TestCommand.php @@ -35,5 +35,6 @@ class TestCommand extends Command{ protected function execute(InputInterface $input, OutputInterface $output){ $output->writeln(get_class($this->_productAction)); + $this->_productAction->updateAttributes([1], ['name'=>'nice'], 1]); } } diff --git a/etc/module.xml b/etc/module.xml index 8b30c1e..1b4aec7 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,7 +1,4 @@ - - Magento_Catalog -