public function testUseTransSidIsMutable() { $this->config->setUseTransSid(true); $this->assertEquals(true, (bool) $this->config->getUseTransSid()); }