Inheritance: extends N98\Magento\Command\AbstractMagentoCommand
Beispiel #1
0
 /**
  * Should return an attribute model (from the abstract class)
  * @test
  */
 public function getAttribute()
 {
     $result = $this->command->getAttribute('catalog_product', 'sku');
     $this->assertInstanceOf('Magento\\Eav\\Model\\Entity\\Attribute\\AbstractAttribute', $result);
 }