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