コード例 #1
0
ファイル: AbstractTest.php プロジェクト: nemphys/magento2
 public function testGetSessionSaveMethod()
 {
     $this->assertEquals('files', $this->_model->getSessionSaveMethod());
 }