Issue #1598596 by Albert Volkman: Convert password.test to PSR-0
parent
199a3dbc2d
commit
73b1dc4070
|
@ -2,9 +2,11 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Provides unit tests for password.inc.
|
||||
* Definition of Drupal\system\Tests\Common\PasswordHashingTest.
|
||||
*/
|
||||
|
||||
namespace Drupal\system\Tests\Common;
|
||||
|
||||
use Drupal\simpletest\WebTestBase;
|
||||
|
||||
/**
|
|
@ -21,7 +21,6 @@ files[] = tests/lock.test
|
|||
files[] = tests/menu.test
|
||||
files[] = tests/module.test
|
||||
files[] = tests/pager.test
|
||||
files[] = tests/password.test
|
||||
files[] = tests/path.test
|
||||
files[] = tests/registry.test
|
||||
files[] = tests/schema.test
|
||||
|
|
Loading…
Reference in New Issue