Make WordPress Core


Ignore:
Timestamp:
10/15/2015 12:48:22 AM (9 years ago)
Author:
wonderboymusic
Message:

Unit Tests: call commit_transaction() in Tests_Auth set up.

See #30017, #33968.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/auth.php

    r35171 r35174  
    2929        require_once( ABSPATH . WPINC . '/class-phpass.php' );
    3030        self::$wp_hasher = new PasswordHash( 8, true );
     31
     32        self::commit_transaction();
    3133    }
    3234
Note: See TracChangeset for help on using the changeset viewer.