ircmaxell / password_compat

Compatibility with the password_* functions that ship with PHP 5.5
MIT License
2.15k stars 421 forks source link

Suggestion: use *.phpt tests from php-src to improve compatibility #93

Open weirdan opened 8 years ago

weirdan commented 8 years ago

This should be pretty easy to do, since PHPUnit does support *.phpt format. All that is needed is to copy them from php-src and add

--INI--
auto_prepend_file=lib/password.php

to each test file.