diff --git a/tests/ImageTest.php b/tests/ImageTest.php index 0acdc88..11c1f74 100644 --- a/tests/ImageTest.php +++ b/tests/ImageTest.php @@ -177,9 +177,6 @@ public function testScale() : void public function testRotate() : void { - /*if (\getenv('GITHUB_JOB')) { - $this->markTestSkipped(); - }*/ $this->image->rotate(45); self::assertStringEqualsFile( __DIR__ . '/Support/tree-rotate.png', @@ -216,9 +213,6 @@ public function testFlipBoth() : void public function testCrop() : void { - /*if (\getenv('GITHUB_JOB')) { - $this->markTestSkipped(); - }*/ $this->image->crop(200, 200, 100, 100); self::assertStringEqualsFile( __DIR__ . '/Support/tree-crop.png',