public function testScale() { $i = new Gd(__DIR__ . '/../tmp/test.jpg'); $i->scale(0.1); $this->assertEquals(64, $i->getWidth()); }