这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
* psalm - [Finds errors in PHP applications](https://getpsalm.org/)
* psecio-parse - [Scans code for potential security-related issues](https://github.com/psecio/parse)
* security-checker - [Checks composer dependencies for known security vulnerabilities](https://github.com/sensiolabs/security-checker)
* simple-phpunit - [The PHPUnit Bridge provides utilities to report legacy tests and usage of deprecated code and a helper for time-sensitive tests.](https://symfony.com/doc/current/components/phpunit_bridge.html)
* testability - [Analyses and reports testability issues of a php codebase](https://github.com/edsonmedina/php_testability)

## Installation
Expand Down
15 changes: 15 additions & 0 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,21 @@
"test": "security-checker",
"tags": ["featured"]
},
{
"name": "simple-phpunit",
"summary": "The PHPUnit Bridge provides utilities to report legacy tests and usage of deprecated code and a helper for time-sensitive tests.",
"website": "https://symfony.com/doc/current/components/phpunit_bridge.html",
"command": {
"composer-bin-plugin": {
"package": "symfony/phpunit-bridge",
"namespace": "symfony"
},
"sh": {
"command": "simple-phpunit install"
}
},
"test": "simple-phpunit --version"
},
{
"name": "testability",
"summary": "Analyses and reports testability issues of a php codebase",
Expand Down