Example #1
0
 public function testSetEnclosure()
 {
     $this->assertInstanceOf('\\Magento\\Framework\\File\\Csv', $this->_model->setEnclosure('"'));
 }