commit | 9a152a91c982d5f2ba07d0197ef2fe5eb8c8510c | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Tue Feb 18 16:29:53 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Tue Feb 18 16:29:53 2014 +0200 |
tree | 089223cd683e17c84e4a80a4ee3592df3f5a8e9d | |
parent | 9c7ce322232eb1e55b9caa138dffe67d9acc660f [diff] [blame] |
Add an ext/hash compatibility layer (just hash_pbkdf2(), for now)
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 439c7fd..5441f71 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php
@@ -64,6 +64,7 @@ } include_once SYSTEM_PATH.'core/compat/mbstring.php'; +include_once SYSTEM_PATH.'core/compat/hash.php'; include_once SYSTEM_PATH.'core/compat/password.php'; include_once $dir.'/mocks/autoloader.php';