From d876e5a7523e190067c4add72db3f14c0ae09518 Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 3 Oct 2012 23:54:58 -0700 Subject: [PATCH] Issue #246029 follow-up by junedkazi: Remove use of standard profile in test for faster results. --- .../modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php b/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php index 575409f892e..96ac5dedbc7 100644 --- a/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php +++ b/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php @@ -13,7 +13,6 @@ use Drupal\simpletest\WebTestBase; * Tests resetting a user password. */ class UserPasswordResetTest extends WebTestBase { - protected $profile = 'standard'; public static function getInfo() { return array(