php-parallel-lint / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
287 stars 21 forks source link

Tests: add dedicated test class for the ParallelLintError class #114

Closed jrfnl closed 2 years ago

jrfnl commented 2 years ago

This safeguards and documents the current behaviour of the methods in the class.

Includes ignoring one line in the class for code coverage as the return of getcwd() cannot be mocked without adding additional test frameworks into the mix.

grogy commented 2 years ago

Thank you, merged :+1: