Unbreak Pbkdf2PasswordTest
authorMax Semenik <maxsem.wiki@gmail.com>
Wed, 2 Jan 2019 08:21:13 +0000 (00:21 -0800)
committerMax Semenik <maxsem.wiki@gmail.com>
Wed, 2 Jan 2019 08:21:13 +0000 (00:21 -0800)
commit9c5174669eecd1b8729e99b0d96750db26bf94f6
tree0dd13d13ce89ca61c802725a5087f96740aa2ce7
parent032f640afbd6da38a6622703b84405ca0500a880
Unbreak Pbkdf2PasswordTest

Due to https://github.com/sebastianbergmann/phpunit/issues/3459 it was
looking for a wrong function name and was skipping the test even when PHP
support was present.

Change-Id: I2508f192a76275286e95bd6a06e4628d98b11737
tests/phpunit/includes/password/Pbkdf2PasswordTest.php