Compare commits
2 Commits
workaround
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
cb5a8204da | ||
|
90457f1fda |
@ -33,9 +33,6 @@ class TestCommand extends Command{
|
||||
parent::configure();
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function execute(InputInterface $input, OutputInterface $output){
|
||||
$output->writeln(get_class($this->_productAction));
|
||||
}
|
||||
|
@ -1,5 +1,7 @@
|
||||
<?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"/>
|
||||
<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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user