xml = file_get_contents(__DIR__ . '/config.xml'); } public function testPassthrough(): void { $config = new Configuration($this->xml); $this->assertXmlStringEqualsXmlString($this->xml, $config->getXml()); } public function testDisableModule(): void { $config = new Configuration($this->xml); $config->removeModule('PhoneModule'); $xml = $config->getXml(); $this->assertStringNotContainsString('xml); $config->removeModule('PresentModule'); $xml = $config->getXml(); $this->assertStringNotContainsString('assertStringNotContainsString('