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