mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[feature/passwords] Do not manually include passwords drivers in tests
PHPBB3-11610
This commit is contained in:
parent
a00854c406
commit
211f99d881
1 changed files with 0 additions and 5 deletions
|
@ -8,11 +8,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once dirname(__FILE__) . '/../mock/container_builder.php';
|
require_once dirname(__FILE__) . '/../mock/container_builder.php';
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/phpbb/passwords/driver/bcrypt.php';
|
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/phpbb/passwords/driver/bcrypt_2y.php';
|
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/phpbb/passwords/driver/salted_md5.php';
|
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/phpbb/passwords/driver/phpass.php';
|
|
||||||
require_once dirname(__FILE__) . '/../../phpBB/phpbb/passwords/driver/helper.php';
|
|
||||||
|
|
||||||
class phpbb_passwords_manager_test extends PHPUnit_Framework_TestCase
|
class phpbb_passwords_manager_test extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue