From 5fc04e0e261b9e2f57f3444997854cc808e0ef8e Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 15 Oct 2015 00:48:22 +0000 Subject: [PATCH] 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 --- tests/phpunit/tests/auth.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/phpunit/tests/auth.php b/tests/phpunit/tests/auth.php index 9be80a6df6..6fad9d2ab7 100644 --- a/tests/phpunit/tests/auth.php +++ b/tests/phpunit/tests/auth.php @@ -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() {