Definition at line 14 of file ilServicesPasswordSuite.php.
◆ suite()
static ilServicesPasswordSuite::suite |
( |
| ) |
|
|
static |
- Returns
- self
Definition at line 19 of file ilServicesPasswordSuite.php.
20 {
21
22 date_default_timezone_set('Europe/Berlin');
23
25
26 require_once dirname(__FILE__) . '/encoders/ilMd5PasswordEncoderTest.php';
27 $suite->addTestSuite(
'ilMd5PasswordEncoderTest');
28
29 require_once dirname(__FILE__) . '/encoders/ilBcryptPasswordEncoderTest.php';
30 $suite->addTestSuite(
'ilBcryptPasswordEncoderTest');
31
32 require_once dirname(__FILE__) . '/encoders/ilBcryptPhpPasswordEncoderTest.php';
33 $suite->addTestSuite(
'ilBcryptPhpPasswordEncoderTest');
34
36 }
References $suite.
The documentation for this class was generated from the following file: