Skip to content

Commit 144a176

Browse files
author
Maxim Vanhove
committed
Rename icons folder
1 parent dc8b395 commit 144a176

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/Unit/FontAwesomeSVGTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static public function icons(): array
2121

2222
private function createInstance(): FontAwesomeSVG
2323
{
24-
return new FontAwesomeSVG(__DIR__ . '/../Fixtures/FA5');
24+
return new FontAwesomeSVG(__DIR__ . '/../Fixtures/icons');
2525
}
2626

2727
public function test_it_requires_an_existing_svg_dir(): void

0 commit comments

Comments
 (0)