Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Wim Leers’s picture

Status: Active » Needs review
Issue tags: +Quickfix
FileSize
847 bytes
Fabianx’s picture

Status: Needs review » Reviewed & tested by the community

RTBC, looks great!

alexpott’s picture

Status: Reviewed & tested by the community » Needs work

Can't we just move the following lines up to here - doing less logins in the test?

    $admin_user = $this->drupalCreateUser(array('administer site configuration'));
    $this->drupalLogin($admin_user);
Wim Leers’s picture

Status: Needs work » Reviewed & tested by the community
FileSize
1.54 KB
1.52 KB

Well-spotted, Sir!

Done.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Test only change - permitted in beta. Committed 0880f31 and pushed to 8.0.x. Thanks!

  • alexpott committed 0880f31 on 8.0.x
    Issue #2458289 by Wim Leers: CronRunTest::testAutomaticCron() should...

Status: Fixed » Closed (fixed)

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