Skip to content

Commit 57fc6cf

Browse files
committed
Restructure tests, add documentation to validator
1 parent cbbede5 commit 57fc6cf

File tree

5 files changed

+199
-67
lines changed

5 files changed

+199
-67
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
/vendor/
21
/.idea/
2+
/coverage/
3+
/vendor/
34

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"php": "^7.1"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^7.2"
18+
"phpunit/phpunit": "^7.5"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)