b216b154 | 12-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
use dataprovider in password tests
This fixes a problem with those tests in the most recent version of phpunit. I thought it was caused by the use of the deprecated var keyword, but some other weird
use dataprovider in password tests
This fixes a problem with those tests in the most recent version of phpunit. I thought it was caused by the use of the deprecated var keyword, but some other weirdness was going on. This way it's more proper anyway.
show more ...
|
01ef6ea2 | 12-Mar-2017 |
Andreas Gohr <andi@splitbrain.org> |
support phpunit 5 and 6
We still need 5 to test on old php versions, but travis uses 6 for newer PHP versions (and 5 may break on those).
Luckily both versions aren't that far apart, yet. This adds
support phpunit 5 and 6
We still need 5 to test on old php versions, but travis uses 6 for newer PHP versions (and 5 may break on those).
Luckily both versions aren't that far apart, yet. This adds a thin adapter class when running on 6.
show more ...
|