Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Jul 19, 2024
1 parent 909c973 commit a99afc6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/ImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit a99afc6

Please sign in to comment.