Example #1
0
 /**
  * @depends testGetResource
  */
 public function testIsLocal(GDImage $img)
 {
     $this->assertFalse($img->isLocal());
 }