Skip to content

Commit

Permalink
added unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatthes committed Oct 31, 2018
1 parent b2dcc43 commit 50fb97b
Show file tree
Hide file tree
Showing 10 changed files with 374 additions and 102 deletions.
5 changes: 4 additions & 1 deletion .kick.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Kickstart container config file - see https://gitub.com/c7lab/kickstart
# Run ./kickstart.sh to start a development-container for this project
version: 1
from: "continue/kickstart-flavor-gaia"
from: "infracamp/kickstart-flavor-gaia:testing"

command:
init:
- "composer update"

test:
- "phpunit /opt/tests"
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
},
"require-dev": {
"psr/http-message": "^1.0",
"erusev/parsedown-extra": "^0.7.1"
"erusev/parsedown-extra": "^0.7.1",
"phpunit/phpunit": "^7.4"
},
"suggest": {
"erusev/parsedown-extra": "required to use markdown() methods"
Expand Down
Loading

0 comments on commit 50fb97b

Please sign in to comment.