예제 #1
0
파일: CsvTest.php 프로젝트: nja78/magento2
 public function testSetEnclosure()
 {
     $this->assertInstanceOf('\\Magento\\Framework\\File\\Csv', $this->_model->setEnclosure('"'));
 }