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