Error with PhpCpd progress helper · Issue #19 · EdgedesignCZ/phpqa (original) (raw)
Hi Guys,
first of all thanks for your tool, it's really great !
I encounter an issue with phpcpd running via phpqa. I've trying with parallel and non parallel execution, here the console output.
Output for /Users/Cyril/.composer/vendor/edgedesign/phpqa/../../bin/phpcpd --progress --exclude=build --exclude=vendor --exclude=Tests --exclude=scripts --exclude=var --exclude=web "./src" --min-lines 5 --min-tokens 70 --log-pmd "./build/phpcpd.xml"
phpcpd 2.0.4 by Sebastian Bergmann.
[Symfony\Component\Console\Exception\InvalidArgumentException]
The helper "progress" is not defined.
phpcpd [--names NAMES] [--names-exclude NAMES-EXCLUDE] [--exclude EXCLUDE] [--log-pmd LOG-PMD] [--min-lines MIN-LINES] [--min-tokens MIN-TOKENS] [--fuzzy] [--progress] [--] [<values>]...
[Edge\QA\Task\NonParallelExec] Exit code 2 Time 68.85s
With phpcpd 2.0.1 with same arguments no problem.
Can you help me please ?
Thanks
Cyril