Example #1
0
 /**
  * @todo Implement testGetVersion().
  */
 public function testGetVersion()
 {
     $this->object->setVersion(1.1);
     $this->assertEquals($this->readAttribute($this->object, 'version'), $this->object->getVersion());
 }