Unit Tests: call commit_transaction()
in Tests_Auth
set up.
See #30017, #33968. git-svn-id: https://develop.svn.wordpress.org/trunk@35174 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5d91776307
commit
5fc04e0e26
@ -28,6 +28,8 @@ class Tests_Auth extends WP_UnitTestCase {
|
|||||||
|
|
||||||
require_once( ABSPATH . WPINC . '/class-phpass.php' );
|
require_once( ABSPATH . WPINC . '/class-phpass.php' );
|
||||||
self::$wp_hasher = new PasswordHash( 8, true );
|
self::$wp_hasher = new PasswordHash( 8, true );
|
||||||
|
|
||||||
|
self::commit_transaction();
|
||||||
}
|
}
|
||||||
|
|
||||||
function setUp() {
|
function setUp() {
|
||||||
|
Loading…
Reference in New Issue
Block a user