public function testSetValueThrowsExceptionIfInvalidValueGiven()
 {
     $this->setExpectedException('\\Dkd\\PhpCmis\\Exception\\CmisInvalidArgumentException', null, 1413440336);
     $this->propertyDecimal->setValue(array(''));
 }