1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

[feature/passwords] Include driver helper in manager_test

PHPBB3-11610
This commit is contained in:
Marc Alexander 2013-06-15 13:40:14 +02:00
parent 61e98fbd63
commit 33725f6e2f

View File

@ -11,6 +11,7 @@ require_once dirname(__FILE__) . '/../mock/container_builder.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/crypto/driver/bcrypt.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/crypto/driver/bcrypt_2y.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/crypto/driver/salted_md5.php';
require_once dirname(__FILE__) . '/../../phpBB/includes/crypto/driver/helper.php';
class phpbb_crypto_manager_test extends PHPUnit_Framework_TestCase
{