You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2018. It is now read-only.
There were 4 failures:
1) Zend_Auth_Adapter_OpenIdTest::testAuthenticateVerifyInvalid
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-Signature check failed
+The required parameter op_endpoint is missing in the signed
/home/travis/build/zendframework/zf1/tests/Zend/Auth/Adapter/OpenId/OpenIdTest.php:368
/home/travis/.phpenv/versions/5.2.17/bin/phpunit:46
2) Zend_Auth_Adapter_OpenIdTest::testAuthenticateVerifyGetValid
Failed asserting that false is true.
/home/travis/build/zendframework/zf1/tests/Zend/Auth/Adapter/OpenId/OpenIdTest.php:395
/home/travis/.phpenv/versions/5.2.17/bin/phpunit:46
3) Zend_Auth_Adapter_OpenIdTest::testAuthenticateVerifyPostValid
Failed asserting that false is true.
/home/travis/build/zendframework/zf1/tests/Zend/Auth/Adapter/OpenId/OpenIdTest.php:423
/home/travis/.phpenv/versions/5.2.17/bin/phpunit:46
4) Zend_Auth_Adapter_OpenIdTest::testSetExtensions
Failed asserting that false is true.
/home/travis/build/zendframework/zf1/tests/Zend/Auth/Adapter/OpenId/OpenIdTest.php:457
/home/travis/.phpenv/versions/5.2.17/bin/phpunit:46
I just sent the PR #311 to fix the tests.
Note: you need to run the unit test using the --stderr to prevent Session problem (see ZF-8599, http://framework.zend.com/issues/browse/ZF-8599). We have this --stderr in place in runalltests.php.
They are broken since @ezimuel's f6606ff
As they are failing for other reasons on Windows, I'm not able to fix failures on Travis.
The text was updated successfully, but these errors were encountered: