这是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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ It has been extracted as a separate project to make maintenance easier and enabl
| parallel-lint | [Checks PHP file syntax](https://github.com/php-parallel-lint/PHP-Parallel-Lint) | ✅ | ✅ | ✅ |
| paratest | [Parallel testing for PHPUnit](https://github.com/paratestphp/paratest) | ✅ | ✅ | ✅ |
| pdepend | [Static Analysis Tool](https://pdepend.org/) | ✅ | ✅ | ✅ |
| pest | [The elegant PHP Testing Framework](https://github.com/pestphp/pest) | ✅ | ✅ | ✅ |
| phan | [Static Analysis Tool](https://github.com/phan/phan) | ✅ | ✅ | ✅ |
| phive | [PHAR Installation and Verification Environment](https://phar.io/) | ✅ | ✅ | ✅ |
| php-cs-fixer | [PHP Coding Standards Fixer](http://cs.symfony.com/) | ✅ | ✅ | ✅ |
Expand Down Expand Up @@ -109,6 +108,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
| box-legacy | [Legacy version of box](https://box-project.github.io/box2/) |
| design-pattern | [Detects design patterns](https://github.com/Halleck45/DesignPatternDetector) |
| parallel-lint | [Checks PHP file syntax](https://github.com/JakubOnderka/PHP-Parallel-Lint) |
| pest | [The elegant PHP Testing Framework](https://github.com/pestphp/pest) |
| php-coupling-detector | [Detects code coupling issues](https://akeneo.github.io/php-coupling-detector/) |
| php-formatter | [Custom coding standards fixer](https://github.com/mmoreram/php-formatter) |
| phpcf | [Finds usage of deprecated features](http://wapmorgan.github.io/PhpCodeFixer/) |
Expand Down
17 changes: 0 additions & 17 deletions resources/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,23 +55,6 @@
"test": "paratest --version",
"tags": ["test"]
},
{
"name": "pest",
"summary": "The elegant PHP Testing Framework",
"website": "https://github.com/pestphp/pest",
"command": {
"sh": {
"command": "composer global bin pest config allow-plugins.pestphp/pest-plugin true"
},
"composer-bin-plugin": {
"package": "pestphp/pest",
"namespace": "pest",
"links": {"%target-dir%/pest": "pest"}
}
},
"test": "pest --version",
"tags": ["test"]
},
{
"name": "phpcov",
"summary": "a command-line frontend for the PHP_CodeCoverage library",
Expand Down