You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
There is a configuration for PHPUnit step in the pipeline:
- test_phpunit: &test_phpunit
name: PHPUnit Tests
script:
- vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist app/code/
During the pipeline execution I am receiving the error like the one presented below and the whole pipeline is blocked.
+ vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist app/code/
PHPUnit 6.5.14 by Sebastian Bergmann and contributors.
Deprecated: Function ReflectionType::__toString() is deprecated in /opt/atlassian/pipelines/agent/build/vendor/phpunit/phpunit-mock-objects/src/Generator.php:1089.
Could you help me to resolve the issue?
Thanks in advance.
-------------------------------------------------------------
Issue solved - the PHP version on included image was not correct.