From bd4664807fad02819fb680f827fb1a4411364911 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 6 Jul 2013 00:43:06 +0200 Subject: [PATCH] [feature/passwords] Increase code coverage in bcrypt driver PHPBB3-11610 --- tests/crypto/manager_test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/crypto/manager_test.php b/tests/crypto/manager_test.php index 41d14bc565..df3e51bd75 100644 --- a/tests/crypto/manager_test.php +++ b/tests/crypto/manager_test.php @@ -136,6 +136,7 @@ class phpbb_crypto_manager_test extends PHPUnit_Framework_TestCase array('foobar', '$2a\S$kkkkaakdkdiej39023903204j2k3490234jk234j02349', false), array('foobar', '$H$kklk938d023k//k3023', false), array('foobar', '$H$3PtYMgXb39lrIWkgoxYLWtRkZtY3AY/', false), + array('foobar', '$2a$kwiweorurlaeirw', false), ); }