From a99afc65acedf675e70dd858fe8be3083897ce0c Mon Sep 17 00:00:00 2001 From: Natan Felles Date: Fri, 19 Jul 2024 16:41:09 -0300 Subject: [PATCH] Remove comments --- tests/ImageTest.php | 6 ------ 1 file changed, 6 deletions(-) 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',