Skip to content

Commit

Permalink
test: add mocks for exec commands
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Nov 26, 2022
1 parent 84d151f commit 2181744
Show file tree
Hide file tree
Showing 9 changed files with 2,310 additions and 386 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,17 @@
"release:patch": "php conventional-changelog --commit --patch",
"release:minor": "php conventional-changelog --commit --minor",
"release:major": "php conventional-changelog --commit --major",
"test": "phpunit ./tests",
"hooks": "cghooks",
"post-install-cmd": "cghooks add --ignore-lock",
"post-update-cmd": "cghooks update"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
"brainmaestro/composer-git-hooks": "^2.8",
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^9.5",
"php-mock/php-mock": "^2.3",
"php-mock/php-mock-phpunit": "^2.6"
},
"require": {
"php": ">=7.1.3",
Expand Down
Loading

0 comments on commit 2181744

Please sign in to comment.