コード例 #1
0
ファイル: DownloadTest.php プロジェクト: tingyeeh/magento2
 public function testGetContentTypeUrl()
 {
     $this->_setupUrlMocks();
     $this->assertEquals(self::MIME_TYPE, $this->_helper->getContentType());
 }