mirror of
https://github.com/Intervention/image.git
synced 2025-09-02 18:32:56 +02:00
added text method
This commit is contained in:
@@ -139,7 +139,7 @@ class ImageTest extends PHPUnit_Framework_Testcase
|
||||
public function testTextImage()
|
||||
{
|
||||
$img = $this->getTestImage();
|
||||
$img = $img->text('Fox', 10, 10, 0, 16, '000000', null);
|
||||
$img = $img->text('Fox', 10, 10, 16, '000000', 0, null);
|
||||
$this->assertInstanceOf('Intervention\Image\Image', $img);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user