Skip to content

Commit

Permalink
Merge pull request #182 from jakzal/phpat
Browse files Browse the repository at this point in the history
Include phpat
  • Loading branch information
jakzal authored Jan 7, 2020
2 parents 52cda41 + 0ac4796 commit 5584cf9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
* phpDocumentor - [Documentation generator](https://www.phpdoc.org/)
* phpbench - [PHP Benchmarking framework](https://github.com/phpbench/phpbench)
* phpa - [Checks for weak assumptions](https://github.com/rskuipers/php-assumptions)
* phpat - [Easy to use architecture testing tool](https://github.com/carlosas/phpat)
* phpca - [Finds usage of non-built-in extensions](https://github.com/wapmorgan/PhpCodeAnalyzer)
* phpcb - [PHP Code Browser](https://github.com/mayflower/PHP_CodeBrowser)
* phpcbf - [Automatically corrects coding standard violations](https://github.com/squizlabs/PHP_CodeSniffer)
Expand Down
13 changes: 13 additions & 0 deletions resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,19 @@
"test": "phpa --version",
"tags": ["not-maintained"]
},
{
"name": "phpat",
"summary": "Easy to use architecture testing tool",
"website": "https://github.com/carlosas/phpat",
"command": {
"composer-bin-plugin": {
"package": "carlosas/phpat",
"namespace": "tools",
"links": {"%target-dir%/phpat": "phpat"}
}
},
"test": "which phpat"
},
{
"name": "phpca",
"summary": "Finds usage of non-built-in extensions",
Expand Down

0 comments on commit 5584cf9

Please sign in to comment.