zf1s / zf1

Monorepo of a fork of Zend Framework 1, with all components split into individual composer packages. PHP 5.3-8.3 compatible.
BSD 3-Clause "New" or "Revised" License
57 stars 22 forks source link

[zend-openid] fix for `Zend_OpenId_Consumer_Storage_File` when symlinks are not used (i.e. on windows) #148

Closed falkenhawk closed 1 year ago

falkenhawk commented 1 year ago

fix for Zend_OpenId_Consumer_Storage_File when symlinks are not used (i.e. on windows) One of the files created in Zend_OpenId_Consumer_Storage_File::addAssociations() was being deleted for some unknown reason, but Zend_OpenId_Consumer relies on it to be there.

Fixes errors in OpenId tests when running on windows. i.a.

Zend_Auth_Adapter_OpenIdTest::testAuthenticateLoginValid
Failed asserting that false is true.