Is anyone else experiencing problems with
Zend_Test_PHPUnit_ControllerTestCase#assertQuery() in 1.10.1?

In 1.10.0, my unit tests were passing successfully, but after upgrading to
1.10.1, all of my assertQuery() tests result in the same error:

1) UsersControllerTest::testNotLoggedInOnLoginPageDoesNotCauseRedirection
DOMDocument::loadHTML(): Unexpected end tag : a in Entity, line: 30

/Users/hvirgen/Web/library/ZendFramework-1.10.1/library/Zend/Dom/Query.php:186
/Users/hvirgen/Web/library/ZendFramework-1.10.1/library/Zend/Dom/Query.php:160
/Users/hvirgen/Web/library/ZendFramework-1.10.1/library/Zend/Test/PHPUnit/Constraint/DomQuery.php:157
/Users/hvirgen/Web/library/ZendFramework-1.10.1/library/Zend/Test/PHPUnit/ControllerTestCase.php:290
/Users/hvirgen/Web/projects/datadirector3/tests/application/controllers/UsersControllerTest.php:17

I have verified that the response body is valid XHTML, so I'm not sure why
it's saying there's a broken anchor.

--
Hector

Reply via email to