Skip to content

Commit

Permalink
Shorten the description
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Jan 14, 2019
1 parent 6709922 commit 311867b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +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)
* simple-phpunit - [Provides utilities to report legacy tests and usage of deprecated code](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
2 changes: 1 addition & 1 deletion resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@
},
{
"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.",
"summary": "Provides utilities to report legacy tests and usage of deprecated code",
"website": "https://symfony.com/doc/current/components/phpunit_bridge.html",
"command": {
"composer-bin-plugin": {
Expand Down

0 comments on commit 311867b

Please sign in to comment.