mirror of
https://github.com/Intervention/image.git
synced 2025-09-02 10:23:29 +02:00
removed ttf
This commit is contained in:
@@ -141,10 +141,6 @@ class ImageTest extends PHPUnit_Framework_Testcase
|
||||
$img = $this->getTestImage();
|
||||
$img = $img->text('Fox', 10, 10, 0, 16, '000000', null);
|
||||
$this->assertInstanceOf('Intervention\Image\Image', $img);
|
||||
|
||||
$font = 'public/ttf/bebas/BEBAS___.TTF';
|
||||
$img = $img->text('Fox', 10, 10, 0, 16, '000000', $font);
|
||||
$this->assertInstanceOf('Intervention\Image\Image', $img);
|
||||
}
|
||||
|
||||
public function testResetImage()
|
||||
|
Reference in New Issue
Block a user