Ejemplo n.º 1
0
 public function testImagickAdapterImageFormat()
 {
     $this->assertTrue($this->adapter->format('png'));
     $this->assertTrue($this->adapter->format('jpeg'));
     $this->assertTrue($this->adapter->format('gif'));
 }