Skip to content

Commit

Permalink
Merge pull request #2170 from DjordyKoert/cleanup-commands
Browse files Browse the repository at this point in the history
cleanup phpunit related things
  • Loading branch information
DjordyKoert authored Jan 2, 2024
2 parents 43f3105 + abcf1ba commit 5130757
Show file tree
Hide file tree
Showing 5 changed files with 947 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You MUST follow the [PSR-1](http://www.php-fig.org/psr/psr-1/) and
should really read the recommendations. Can't wait? Use the [PHP-CS-Fixer
tool](http://cs.sensiolabs.org/).

You MUST run the test suite (run `composer update`, and then execute `vendor/bin/simple-phpunit`).
You MUST run the test suite (run `composer update`, and then execute `composer run phpunit`).

You MUST write (or update) unit tests.

Expand Down
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,11 @@
"branch-alias": {
"dev-master": "4.x-dev"
}
},
"scripts-descriptions": {
"phpunit": "Run phpunit"
},
"scripts": {
"phpunit": "phpunit"
}
}
8 changes: 0 additions & 8 deletions phpunit

This file was deleted.

Loading

0 comments on commit 5130757

Please sign in to comment.