Skip to content

Commit

Permalink
Increase test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Mar 2, 2021
1 parent 61c9054 commit ca26ac0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -20,10 +20,10 @@
"php": "^7.4|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.4",
"roave/infection-static-analysis-plugin": "^1.6",
"phpunit/phpunit": "^9.5",
"roave/infection-static-analysis-plugin": "^1.7",
"spatie/phpunit-watcher": "^1.23",
"vimeo/psalm": "^4.3"
"vimeo/psalm": "^4.6"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions tests/IpHelperTest.php
Expand Up @@ -114,6 +114,7 @@ public function inRangeProvider(): array
['fa01::1/128', 'fa01::1/128', true],
['fa01::1/64', 'fa01::1/128', false],
['2620:0:0:0:0:0:0:0', '2620:0:2d0:200::7/32', true],
['2620:0:0:0:0:0:0:0', '192.168.1.1', false],
];
}

Expand Down

0 comments on commit ca26ac0

Please sign in to comment.