Skip to content

Commit

Permalink
Added basic phpunit test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Feb 29, 2024
1 parent 17e89be commit 1ce54db
Show file tree
Hide file tree
Showing 5 changed files with 1,651 additions and 102 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor/
psalm.xml
/psalm.xml
/.phpunit.cache/
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"Php\\Pie\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Php\\PieUnitTest\\": "test/unit/"
}
},
"authors": [
{
"name": "James Titcumb",
Expand All @@ -20,6 +25,7 @@
"symfony/console": "^6.4"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "^5.22"
},
"config": {
Expand Down
Loading

0 comments on commit 1ce54db

Please sign in to comment.