Skip to content

Commit

Permalink
added initial tests and example files
Browse files Browse the repository at this point in the history
  • Loading branch information
Thijzer committed Aug 15, 2019
1 parent 01e9465 commit 3e3475b
Show file tree
Hide file tree
Showing 43 changed files with 3,177 additions and 134 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/vendor/
private_*.csv
.phpunit.result.cache
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,15 @@
"psr-0": {
"": "src/"
}
},
"require-dev": {
"phpspec/phpspec": "^5.1",
"phpunit/phpunit": "^8.3"
},
"scripts": {
"test": [
"php vendor/bin/phpunit",
"php vendor/bin/phpspec run"
]
}
}
Loading

0 comments on commit 3e3475b

Please sign in to comment.