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