Пример #1
0
 public function testEscape()
 {
     $config = new ExporterConfig();
     $this->assertSame('\\', $config->getEscape());
     $this->assertSame('esc', $config->setEscape('esc')->getEscape());
 }