Issue #1598596 by Albert Volkman: Convert password.test to PSR-0

8.0.x
Jennifer Hodgdon 2012-06-06 09:10:31 -07:00
parent 199a3dbc2d
commit 73b1dc4070
2 changed files with 3 additions and 2 deletions

View File

@ -2,9 +2,11 @@
/** /**
* @file * @file
* Provides unit tests for password.inc. * Definition of Drupal\system\Tests\Common\PasswordHashingTest.
*/ */
namespace Drupal\system\Tests\Common;
use Drupal\simpletest\WebTestBase; use Drupal\simpletest\WebTestBase;
/** /**

View File

@ -21,7 +21,6 @@ files[] = tests/lock.test
files[] = tests/menu.test files[] = tests/menu.test
files[] = tests/module.test files[] = tests/module.test
files[] = tests/pager.test files[] = tests/pager.test
files[] = tests/password.test
files[] = tests/path.test files[] = tests/path.test
files[] = tests/registry.test files[] = tests/registry.test
files[] = tests/schema.test files[] = tests/schema.test