aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-07-06 00:43:06 +0200
committerMarc Alexander <admin@m-a-styles.de>2013-09-14 13:55:18 +0200
commitbd4664807fad02819fb680f827fb1a4411364911 (patch)
tree2e30f32f66872c25cb0179005a4be122648a6e3e /tests
parent3a776ed0afeede830a54ab30c8053325492f2521 (diff)
downloadforums-bd4664807fad02819fb680f827fb1a4411364911.tar
forums-bd4664807fad02819fb680f827fb1a4411364911.tar.gz
forums-bd4664807fad02819fb680f827fb1a4411364911.tar.bz2
forums-bd4664807fad02819fb680f827fb1a4411364911.tar.xz
forums-bd4664807fad02819fb680f827fb1a4411364911.zip
[feature/passwords] Increase code coverage in bcrypt driver
PHPBB3-11610
Diffstat (limited to 'tests')
-rw-r--r--tests/crypto/manager_test.php1
1 files changed, 1 insertions, 0 deletions
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),
);
}