强制提交
This commit is contained in:
@@ -37,7 +37,6 @@ class InfoTest extends TestCase
|
||||
$this->assertEquals([800, 600], $image->size());
|
||||
}
|
||||
|
||||
|
||||
public function testPng()
|
||||
{
|
||||
$image = Image::open($this->getPng());
|
||||
@@ -57,4 +56,4 @@ class InfoTest extends TestCase
|
||||
$this->assertEquals('image/gif', $image->mime());
|
||||
$this->assertEquals([380, 216], $image->size());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -55,4 +55,4 @@ class TextTest extends TestCase
|
||||
|
||||
@unlink($pathname);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -103,7 +103,6 @@ class ThumbTest extends TestCase
|
||||
@unlink($pathname);
|
||||
}
|
||||
|
||||
|
||||
public function testPng()
|
||||
{
|
||||
$pathname = TEST_PATH . 'tmp/thumb.png';
|
||||
@@ -281,4 +280,4 @@ class ThumbTest extends TestCase
|
||||
|
||||
@unlink($pathname);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user