mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
a910e3885a
We should ensure that composer dependencies are present before running phpunit and behat. We should also ensure that they match the versions in the composer.lock file. Doing so ensures that we have a consistency across the board amongst testers. All testers are a specific commit will be using the same version of composer.lock and the same version of the relevant tools.