Oleg Serov

Results 1 issues of Oleg Serov

In PHPunit there is [@covers](https://phpunit.readthedocs.io/en/7.3/annotations.html#covers) annotation to specify which classes/methods/functions are covered by a specific unit test. This helps avoiding false-coverage. If a test has this annotation then any code...

enhancement