Problem/Motivation

In CronJobInstallTest we have an url as absolute (/cron/..), and it assumes that Drupal is installed in the top level directory which is true for the local machine but not for Testbot.

Proposed resolution

There it is /checkout/cron.. so it needs to build the url string dynamically, with Url::fromRoute()

Remaining tasks

User interface changes

API changes

Data model changes

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tduong created an issue. See original summary.

tduong’s picture

tduong’s picture

Status: Active » Needs review
Berdir’s picture

Status: Needs review » Fixed

Thanks, committed.

  • Berdir committed 606380c on 8.x-2.x authored by tduong
    Issue #2630852 by tduong: Change absolute url to dynamic in requirements...

Status: Fixed » Closed (fixed)

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