示例#1
0
 /**
  * @covers Soliant\SimpleFM\Adapter::getPort
  */
 public function testGetSetPort()
 {
     $value = $this->object->setPort('8080');
     $this->assertTrue($value instanceof $this->object);
     $this->assertEquals($this->object->getPort(), '8080');
 }