php_testability icon indicating copy to clipboard operation
php_testability copied to clipboard

Analyses and reports testability issues of a php codebase

Results 37 php_testability issues
Sort by recently updated
recently updated
newest added

Possibility to specify an list of: - Leaf functions (won't be counted as a global function call) - Value object classes (won't be flagged when using `new`) This should be...

enhancement
to think about

And make the highlight labels link to the respective documentation. Maybe display this in a modal (with an iframe)?

enhancement
working on it
hard

First step: see if I can find any existing class that already does this.

enhancement

If a function takes no arguments, can it be tested in isolation? A class method can be tested for dependencies called (mocked methods, etc), but what can we test on...

enhancement
to think about

Similar to @factory

enhancement
minor

Add a new column with a number for "Cyclomatic complexity" per method. This will let us know how complex is it to test. Is there any lib (not external tool)...

enhancement
to think about