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:
Scott Taylor 2015-10-15 00:48:22 +00:00
parent 5d91776307
commit 5fc04e0e26
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ class Tests_Auth extends WP_UnitTestCase {
require_once( ABSPATH . WPINC . '/class-phpass.php' );
self::$wp_hasher = new PasswordHash( 8, true );
self::commit_transaction();
}
function setUp() {