password_compat icon indicating copy to clipboard operation
password_compat copied to clipboard

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

Open weirdan opened this issue 10 years ago • 0 comments

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.

weirdan avatar Dec 22 '15 03:12 weirdan