summaryrefslogtreecommitdiff
path: root/modules/trigger
diff options
context:
space:
mode:
Diffstat (limited to 'modules/trigger')
-rw-r--r--modules/trigger/trigger.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/trigger/trigger.test b/modules/trigger/trigger.test
index 99a001640..7204dc395 100644
--- a/modules/trigger/trigger.test
+++ b/modules/trigger/trigger.test
@@ -165,7 +165,7 @@ class TriggerCronTestCase extends DrupalWebTestCase {
$this->drupalPost('admin/structure/trigger/system', $edit, t('Assign'));
// Force a cron run.
- drupal_cron_run();
+ $this->cronRun();
// Make sure the non-configurable action has fired.
$action_run = variable_get('trigger_test_system_cron_action', FALSE);