Problem/Motivation
After #2821387: Convert all tests to BrowserTestBase we see that the Cron example is failing under PHP 5.5: https://www.drupal.org/pift-ci-job/574195 , but not PHP 7: https://www.drupal.org/pift-ci-job/574196
I was able to recreate the fail locally using PHP 7, which is unusual.
As a work-around in order to have a passing branch, I'm commenting out the test in question, with a @todo for fixing it here.
Proposed resolution
Fix the problem with the test or with the code or both.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2843692_3.patch | 1.01 KB | mile23 |
Comments
Comment #3
mile23This patch only uncomments the test.
Comment #4
navneet0693 commentedClear to go!
Comment #5
mile23Re-running tests.
Comment #7
mile23So... Remains unclear what the problem was. Committed and pushed. Thanks!