Magento_Test/etc/di.xml
2020-12-26 15:37:24 +00:00

12 lines
475 B
XML

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Magento\Framework\Console\CommandList">
<arguments>
<argument name="commands" xsi:type="array">
<item name="test_test_test_command" xsi:type="object">Test\Test\Command\TestCommand</item>
</argument>
</arguments>
</type>
</config>