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

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Mile23 created an issue. See original summary.

  • Mile23 committed e1aeba0 on 8.x-1.x
    Issue #2843692: Commenting out test for branch blocker. Fix in 2843692.
    
Mile23’s picture

Status: Active » Needs review
FileSize
1.01 KB

This patch only uncomments the test.

navneet0693’s picture

Status: Needs review » Reviewed & tested by the community

Clear to go!

Mile23’s picture

Re-running tests.

  • Mile23 committed c295edc on 8.x-1.x
    Issue #2843692 by Mile23, navneet0693: Drupal\Tests\cron_example\...
Mile23’s picture

Status: Reviewed & tested by the community » Fixed

So... Remains unclear what the problem was. Committed and pushed. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.