Example #1
0
 /**
  * @todo Implement testSetPort().
  */
 public function testSetPort()
 {
     $port = 8080;
     $this->object->setPort($port);
     $this->assertEquals($port, $this->readAttribute($this->object, 'port'));
 }