/** * @depends testLoad */ public function testDestroyResource(GDImage $img) { $img->destroy(); $this->assertNull($img->getResource()); }