コード例 #1
0
 public function testGetTranslationFilePath()
 {
     $this->fileManagerMock->expects($this->once())->method('getTranslationFilePath')->willReturn('frontend/Magento/luma/en_EN');
     $this->assertEquals('frontend/Magento/luma/en_EN', $this->model->getTranslationFilePath());
 }