/**
  * @expectedException Exception
  */
 public function testSetZValueInvalid()
 {
     $matrixObject = new RotationMatrix($this->_xyz);
     $fluidReturn = $matrixObject->setZ();
 }