diff options
Diffstat (limited to 'tests/Bootstrap.php')
-rw-r--r-- | tests/Bootstrap.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index 439c7fdab..5441f718a 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -64,6 +64,7 @@ else } 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'; |