We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909c973 commit a99afc6Copy full SHA for a99afc6
tests/ImageTest.php
@@ -177,9 +177,6 @@ public function testScale() : void
177
178
public function testRotate() : void
179
{
180
- /*if (\getenv('GITHUB_JOB')) {
181
- $this->markTestSkipped();
182
- }*/
183
$this->image->rotate(45);
184
self::assertStringEqualsFile(
185
__DIR__ . '/Support/tree-rotate.png',
@@ -216,9 +213,6 @@ public function testFlipBoth() : void
216
213
217
214
public function testCrop() : void
218
215
219
220
221
222
$this->image->crop(200, 200, 100, 100);
223
224
__DIR__ . '/Support/tree-crop.png',
0 commit comments