mirror of
https://github.com/Intervention/image.git
synced 2025-08-28 16:19:50 +02:00
Rename test functions
This commit is contained in:
@@ -39,7 +39,7 @@ final class FontTest extends BaseTestCase
|
||||
$font = new Font();
|
||||
$this->assertEquals(null, $font->filename());
|
||||
$this->assertFalse($font->hasFilename());
|
||||
$filename = $this->getTestImagePath();
|
||||
$filename = $this->getTestResourcePath();
|
||||
$result = $font->setFilename($filename);
|
||||
$this->assertTrue($font->hasFilename());
|
||||
$this->assertInstanceOf(Font::class, $result);
|
||||
|
Reference in New Issue
Block a user