Skip to content

Commit 35bdc14

Browse files
committed
added: tests
1 parent 444cbc9 commit 35bdc14

File tree

7 files changed

+1733
-8
lines changed

7 files changed

+1733
-8
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
/vendor/
2+
3+
.phpunit.result.cache
4+
phpunit.xml.bak

composer.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"issues": "https://github.com/openvoid-dev/php-validator/issues"
2020
},
2121
"minimum-stability": "stable",
22-
"require": {},
2322
"keywords": [
2423
"validation",
2524
"php",
@@ -30,5 +29,8 @@
3029
"type": "vcs",
3130
"url": "https://github.com/openvoid-dev/php-validator"
3231
}
33-
]
32+
],
33+
"require-dev": {
34+
"phpunit/phpunit": "^11.3"
35+
}
3436
}

0 commit comments

Comments
 (0)