Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Oct 3, 2024
1 parent 7d66fb9 commit 52ffcf4
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 151 deletions.
14 changes: 12 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,26 @@
"symfony/var-dumper": "^7.0",
"phpstan/phpstan": "^1.10",
"friendsofphp/php-cs-fixer": "^3.50",
"phpunit/phpunit": "^11.0"
"phpunit/phpunit": "^11.0",
"symfony/thanks": "^1.4"
},
"extra": {
"class": "Pmu\\Composer\\Plugin",
"plugin-optional": true
"plugin-optional": true,
"thanks": {
"name": "soyuka/pmu",
"url": "https://github.com/soyuka/pmu"
}
},
"scripts": {
"functional": "./vendor/bin/phpunit --bootstrap ./vendor/autoload.php tests/functional",
"unit": "/vendor/bin/phpunit --bootstrap ./vendor/autoload.php tests/unit",
"cs": "./vendor/bin/php-cs-fixer fix",
"phpstan": "./vendor/bin/phpstan analyse"
},
"config": {
"allow-plugins": {
"symfony/thanks": true
}
}
}
Loading

0 comments on commit 52ffcf4

Please sign in to comment.