示例#1
0
 public function testSetAlive()
 {
     $node = new Node('localhost', 11211);
     $node->setAlive(true);
     $this->assertTrue($node->getAlive());
 }