Пример #1
0
 public function testFromCharset()
 {
     $config = new ExporterConfig();
     $this->assertSame('auto', $config->getFromCharset());
     $this->assertSame('UTF-8', $config->setFromCharset('UTF-8')->getFromCharset());
 }