Example #1
0
 public function testMagicConstructorsPropogateMinorVersion()
 {
     $v = 84;
     $this->service->setMinorProtocolVersion($v);
     $feed = $this->service->newFeed();
     $this->assertEquals($v, $feed->getMinorProtocolVersion());
 }