コード例 #1
0
 public function testUseTransSidIsMutable()
 {
     $this->config->setUseTransSid(true);
     $this->assertEquals(true, (bool) $this->config->getUseTransSid());
 }