Exemplo n.º 1
0
 public function testSetSize()
 {
     $this->image->setSize('99xsadf');
     $this->assertEquals(99, $this->image->getWidth());
     $this->assertNull($this->image->getHeight());
 }