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 ...
|
7f48c40e | 01-Jan-2017 |
Michael Hamann <michael@content-space.de> |
Fix media changelog test that did not expect delayed changelog entry
What happened was that in the place of the new `waitForTick`-call an actual delay happened and therefore the file modification ti
Fix media changelog test that did not expect delayed changelog entry
What happened was that in the place of the new `waitForTick`-call an actual delay happened and therefore the file modification time and the deletion entry were two different points in time, resulting in random test failures. The test enforces this now, the condition to test has been adjusted.
show more ...
|