Пример #1
0
 /**
  * Test case
  */
 public function testShouldBeInstanceOfShopwareComponentsTemplateMail()
 {
     $this->assertInstanceOf('\\Shopware_Components_TemplateMail', $this->mail);
     //$this->assertInstanceOf('\Shopware_Models_Shop', $this->mail->getShop());
     $this->assertInstanceOf('\\Shopware_Components_StringCompiler', $this->mail->getStringCompiler());
     $this->assertInstanceOf('\\Shopware\\Components\\Model\\ModelManager', $this->mail->getModelManager());
 }