示例#1
0
 public function testSetGetHost()
 {
     $node = new Node('localhost', 11211);
     $node->setHost('http://not-localhost');
     $this->assertEquals('http://not-localhost', $node->getHost());
 }