Test https://qa.drupal.org/pifr/test/1092778
All tests are crashing from the very beginning, when enabling the modules in ::setUp(). Locally runs with no failure. I suspect that is something with the bot.
Test https://qa.drupal.org/pifr/test/1092778
All tests are crashing from the very beginning, when enabling the modules in ::setUp(). Locally runs with no failure. I suspect that is something with the bot.
Comments
Comment #1
arnested commentedIt looks as if the test bot installs the project without the ctools module.
The ctools module is added as a dependency in the patch.
And apparently that is not supported by the test bot. The test bot uses precalculated dependencies from Project Dependency. See #1710704.
Comment #2
claudiu.cristeaMakes a lot of sense. Thank you!