public function testClearPreRelease()
 {
     $this->setPropertyValue($this->builder, 'preRelease', array('pre', '1'));
     $this->builder->clearPreRelease();
     $this->assertSame(array(), $this->builder->getPreRelease());
 }