ZF-5232: testDoesNotFailOnObjectInput(Zend_Validate_AbstractTest)
Description
testDoesNotFailOnObjectInput(Zend_Validate_AbstractTest) stops unit tests execution without any output (trunk version, tested at Linux and Windows)
testDoesNotFailOnObjectInput(Zend_Validate_AbstractTest) stops unit tests execution without any output (trunk version, tested at Linux and Windows)
Comments
Posted by Thomas Weidner (thomas) on 2008-12-13T12:09:46.000+0000
I can not verify this...
Running on Windows, trunk, php 5.2.5, this test passes without problems and outputs no error (14 tests, 34 exceptions tested).
Posted by Alexander Veremyev (alexander) on 2008-12-15T09:42:42.000+0000
Problem still exists in my environment. Working on it.
Posted by Alexander Veremyev (alexander) on 2008-12-16T10:23:21.000+0000
The problem is caused by the fact that stdClass objects can't be converted to string, and [ZF-4463] fix.
Posted by Alexander Veremyev (alexander) on 2008-12-18T07:28:45.000+0000
Fixed.