这是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 @@ -36,6 +36,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
| ecs | [Sets up and runs coding standard checks](https://github.com/Symplify/EasyCodingStandard) | ✅ | ✅ | ✅ |
| gherkin-lint-php | [Gherkin linter for PHP](https://github.com/dantleech/gherkin-lint-php) | ✅ | ✅ | ✅ |
| infection | [AST based PHP Mutation Testing Framework](https://infection.github.io/) | ✅ | ✅ | ✅ |
| kahlan | [Kahlan is a full-featured Unit & BDD test framework a la RSpec/JSpec](https://kahlan.github.io/docs/) | ✅ | ✅ | ✅ |
| larastan | [PHPStan extension for Laravel](https://github.com/nunomaduro/larastan) | ✅ | ✅ | ✅ |
| lines | [CLI tool for quick metrics of PHP projects](https://github.com/tomasVotruba/lines) | ✅ | ✅ | ✅ |
| local-php-security-checker | [Checks composer dependencies for known security vulnerabilities](https://github.com/fabpot/local-php-security-checker) | ✅ | ✅ | ✅ |
Expand Down
14 changes: 14 additions & 0 deletions resources/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,20 @@
},
"test": "simple-phpunit --version",
"tags": ["test"]
},
{
"name": "kahlan",
"summary": "Kahlan is a full-featured Unit & BDD test framework a la RSpec/JSpec",
"website": "https://kahlan.github.io/docs/",
"command": {
"composer-bin-plugin": {
"package": "kahlan/kahlan",
"namespace": "kahlan",
"links": {"%target-dir%/kahlan": "kahlan"}
}
},
"test": "kahlan --version",
"tags": ["test"]
}
]
}