php_testability
php_testability copied to clipboard
Analyses and reports testability issues of a php codebase
Bumps [mustache/mustache](https://github.com/bobthecow/mustache.php) from 2.11.1 to 2.14.1. Release notes Sourced from mustache/mustache's releases. Mustache.php v2.14.1 — Security release Fix CVE-2022-0323, possible RCE when rendering untrusted user templates, reported by @altm4n via...
It would be good to get a simple console report if it is possible.
http://php.net/manual/en/language.oop5.basic.php#language.oop5.basic.class.class
PHP_Testability by Edson Medina Analysing code on "/var/www/html/Fourmidados"... ............................................PHP Catchable fatal error: Object of class PhpParser\Node\Expr\BinaryOp\Concat could not be converted to string in /home/vagrant/vendor/edsonmedina/php_testability/src/NodeWrapper.php on line 74
Hello guys, I have installed package via composer, try to run and got error: ``` Fatal error: Uncaught Error: Class 'PhpParser\ParserFactory' not found in {{projectPath}}/vendor/edsonmedina/php_testability/src/AnalyserFactory.php:15 ``` May it be something...
Similar to php code coverage report. Low: 0% to 50% (red) Medium: 50% to 90% (yellow) High: 90% to 100% (green)
This could be integrated with the [plot plugin for jenkins](https://wiki.jenkins-ci.org/display/JENKINS/Plot+Plugin) for getting a progress chart. - One file for total per issue type - One file per dir?
Moustache is crap. Use something with something with conditionals and fast. (maybe include/ob_get_contents wouldn't be a bad idea)
It's taking around 4 minutes to analyse / report a database of ~1300 files, which seems excessive.