Skip to content

Commit a99afc6

Browse files
committed
Remove comments
1 parent 909c973 commit a99afc6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/ImageTest.php

-6
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,6 @@ public function testScale() : void
177177

178178
public function testRotate() : void
179179
{
180-
/*if (\getenv('GITHUB_JOB')) {
181-
$this->markTestSkipped();
182-
}*/
183180
$this->image->rotate(45);
184181
self::assertStringEqualsFile(
185182
__DIR__ . '/Support/tree-rotate.png',
@@ -216,9 +213,6 @@ public function testFlipBoth() : void
216213

217214
public function testCrop() : void
218215
{
219-
/*if (\getenv('GITHUB_JOB')) {
220-
$this->markTestSkipped();
221-
}*/
222216
$this->image->crop(200, 200, 100, 100);
223217
self::assertStringEqualsFile(
224218
__DIR__ . '/Support/tree-crop.png',

0 commit comments

Comments
 (0)