Skip to content

Commit

Permalink
add phpunit and more tests (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
codacy-vrhpires authored May 13, 2024
1 parent 236cb9d commit 201e270
Showing 12 changed files with 1,771 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.bloop
.bsp
.DS_Store
.env*
.idea
.metals
.phpcs-cache
@@ -9,9 +10,16 @@
RUNNING_PID
target
vendor
tests

project/*
!project/build.properties
!project/plugins.sbt

phpstan.neon

###> phpunit/phpunit ###
/phpunit.xml
/phpunit.xml.dist
.phpunit.result.cache
###< phpunit/phpunit ###
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -35,5 +35,8 @@
"symfony/flex": true,
"phpdocumentor/unified-asset-installer": true
}
},
"require-dev": {
"phpunit/phpunit": "^11.1"
}
}
Loading
Oops, something went wrong.

0 comments on commit 201e270

Please sign in to comment.