public function testEscape() { $config = new ExporterConfig(); $this->assertSame('\\', $config->getEscape()); $this->assertSame('esc', $config->setEscape('esc')->getEscape()); }