proper test

This commit is contained in:
James 2021-01-12 12:26:20 +00:00
parent 5be41daf92
commit 4024170b2c
2 changed files with 1 additions and 3 deletions

View File

@ -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]);
}
}

View File

@ -1,7 +1,4 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Test_Test" setup_version="0.0.0">
<sequence>Magento_Catalog</sequence>
</module>
</config>