1
0
mirror of https://github.com/Intervention/image.git synced 2025-09-02 10:23:29 +02:00

removed ttf

This commit is contained in:
Oliver Vogel
2013-01-30 17:05:15 +01:00
parent c28b5da5d7
commit d3c89af7ce
4 changed files with 0 additions and 44 deletions

View File

@@ -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()