Skip to content

Commit

Permalink
[tests] testing
Browse files Browse the repository at this point in the history
 - install phpunit and orchestra/testbench
 - write some tests
  • Loading branch information
TBlindaruk committed Dec 16, 2018
1 parent b9e2441 commit 628d66a
Show file tree
Hide file tree
Showing 18 changed files with 435 additions and 1,508 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor/
composer.lock
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ return [
## 1.3. Todo
- check nested DTO validation
- contextual binding
- add integration tests for `change exception`
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,22 @@
"doctrine/annotations": "^1.6",
"doctrine/cache": "^1.8",
"illuminate/http": "^5.7",
"illuminate/config": "^5.7"
"illuminate/contracts": "^5.7"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"orchestra/testbench": "^3.7"
},
"autoload": {
"psr-4": {
"Maksi\\RequestMapperL\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
Expand Down
Loading

0 comments on commit 628d66a

Please sign in to comment.