Skip to content

Commit 8165e4a

Browse files
Merge pull request #8 from MaximVanhove/task/unit-tests
Unit tests
2 parents 3289d41 + 206ec2d commit 8165e4a

File tree

10 files changed

+1834
-1
lines changed

10 files changed

+1834
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
fontawesome-svgs/
2-
.tinkerwell
2+
.tinkerwell
3+
vendor/
4+
.phpunit.cache

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,13 @@
1616
},
1717
"autoload": {
1818
"classmap": ["src"]
19+
},
20+
"autoload-dev": {
21+
"psr-4": {
22+
"Husseinalhammad\\FontawesomeSvg\\Tests\\": "tests"
23+
}
24+
},
25+
"require-dev": {
26+
"phpunit/phpunit": "^10.2"
1927
}
2028
}

0 commit comments

Comments
 (0)