Skip to content

Commit

Permalink
Merge pull request #226 from elecena/dependabot/composer/phpunit/phpu…
Browse files Browse the repository at this point in the history
…nit-10.1.1

Bump phpunit/phpunit from 9.6.7 to 10.1.1
  • Loading branch information
macbre authored Apr 18, 2023
2 parents 5dd8730 + cc23fe2 commit 5d2bb44
Show file tree
Hide file tree
Showing 21 changed files with 273 additions and 401 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ composer.phar
.coverage/
.coverage.xml
.phpunit.result.cache
.phpunit.cache/

vendor/
.idea/
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tedivm/jshrink": "^1.2"
},
"autoload": {
"classmap": ["classes/", "classes/utils/", "tests/app/classes/", "tests/CacheTest.php"],
"classmap": ["classes/", "classes/utils/", "tests/app/classes/", "tests/"],
"psr-4": {
"Nano\\AppTests\\": "tests/app/tests"
}
Expand All @@ -33,10 +33,10 @@
},
"scripts": {
"test": [
"phpunit --testdox --verbose"
"phpunit --testdox"
],
"coverage": [
"XDEBUG_MODE=coverage phpunit --coverage-html=.coverage --coverage-clover=.coverage.xml --coverage-text --verbose"
"XDEBUG_MODE=coverage phpunit --coverage-html=.coverage --coverage-clover=.coverage.xml --coverage-text"
],
"lint": [
"php-cs-fixer fix --config=.php-cs-fixer.php --dry-run --verbose",
Expand All @@ -50,6 +50,6 @@
"friendsofphp/php-cs-fixer": "^3.0",
"psr/cache": "^1.0.0",
"phpstan/phpstan": "^1.0.1",
"phpunit/phpunit": "9.x"
"phpunit/phpunit": "10.1.1"
}
}
Loading

0 comments on commit 5d2bb44

Please sign in to comment.