Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Nov 2022 at 00:55 UTC
Updated:
2 Dec 2022 at 10:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
poker10 commentedProbably the most straightforward way is to replace it with a
variable_get/variable_setapproach, as this is already used on multiple places in tests.Comment #4
mcdruid commentedYup, looks like a good solution.
Thanks!