31 | | Clock the time delay once the message appears: |
32 | | - Test Composer directly by running `composer update`. |
33 | | - Clean up: |
34 | | - Delete `vendor` folder and `composer.lock` file |
35 | | - Run `composer clearcache` |
36 | | - Test npm by running `npm run test:php -- --group cron` |
37 | | - Clean up again |
38 | | - Now test `npm run test:php-composer -- --group cron` |
| 31 | - Test `composer update` and clock the time delay once the message appears |
| 32 | |
| 33 | - Repeat all the above steps to test `npm run test:php -- --group cron` |
| 34 | |
| 35 | - Repeat all the above steps to test `npm run test:php-composer -- --group cron` |