/**
  * @expectedException InvalidArgumentException
  * @expectedExceptionMessage angle must be specified
  */
 public function testRotateMethodThrowExceptionOnMissingParameters()
 {
     $this->url->rotate(0);
 }