Ejemplo n.º 1
0
 /**
  * @expectedException InvalidArgumentException
  * @expectedExceptionMessage width and height must be specified
  */
 public function testSmartSizeMethodThrowExceptionOnMissingParameters()
 {
     $this->url->smartSize(100, 0);
 }