I have followed the instructions of PHPUnit Install for Sugar 7.9 here: https://github.com/sugarcrm/unit-tests/
But when i execute composer install, I obtains this:
...
- Installing symfony/process (v2.8.15): Downloading (failed)
The "https://satis.sugardev.team/dist/symfony-process-v2.8.15-09957a.tar" file could not be downloaded: failed to open stream: Operation timed out
...
Is the "satis repository" down?
unit tests phpunit sugar7.9 composer symfony
Thanks!!
Regards,
Rubén Recacha
Consultant at redk
Hi Ruben,
You should remove references to satis.sugardev.team repository in composer.json and lock files. This is an internal (on our VPN) mirror that we use for our build system that's not accessible outside our network. I had asked the dev team to remove these references in future releases.
All the package dependencies that we have should be satisfiable using the public composer repository.