Skip to content

Commit

Permalink
Experimental. Fixes for new xdebug v3
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Dec 28, 2020
1 parent b5473a8 commit 97ff646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefiles/tests.Makefile
Expand Up @@ -206,13 +206,13 @@ test-phpmnd-teamcity:

test-phpcpd: ##@Tests PHPcpd - Find obvious Copy&Paste
$(call title,"PHPcpd - Find obvious Copy\&Paste")
@$(PHP_BIN) `pwd`/vendor/bin/phpcpd "$(PATH_SRC)" \
@XDEBUG_MODE=off $(PHP_BIN) `pwd`/vendor/bin/phpcpd "$(PATH_SRC)" \
--verbose \
--progress


test-phpcpd-teamcity:
@-$(PHP_BIN) `pwd`/vendor/bin/phpcpd $(PATH_SRC) --log-pmd="$(PATH_BUILD)/phpcpd.xml" --quiet
@-XDEBUG_MODE=off $(PHP_BIN) `pwd`/vendor/bin/phpcpd $(PATH_SRC) --log-pmd="$(PATH_BUILD)/phpcpd.xml" --quiet
@echo ""
@echo "##teamcity[importData type='pmdCpd' path='$(PATH_BUILD)/phpcpd.xml' verbose='true']"

Expand Down

0 comments on commit 97ff646

Please sign in to comment.