ZF-3863: Non-existing methods in docs: 41.2. Zend_Test_PHPUnit
Description
Docs on http://framework.zend.com/manual/en/… says: # assertQueryContentCount($path, $count, $message = ''): assert that there are exactly $count DOM elements matching the given CSS selector present. If a $message is present, it will be prepended to any failed assertion message. # assertQueryContentCountMin($path, $count, $message = ''): assert that there are at least $count DOM elements matching the given CSS selector present. If a $message is present, it will be prepended to any failed assertion message. Note: specifying a value of 1 for $count is the same as simply using assertQuery()
These methods don't exists. I guess it's a typo, methods names should be assertQueryCount() & assertNotQueryCount().
Comments
Posted by Thomas Weidner (thomas) on 2008-08-24T15:02:28.000+0000
Assigned the right component
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-24T15:04:37.000+0000
Scheduling for 1.6 release branch
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-24T15:09:15.000+0000
Fixed in trunk and 1.6 release branch
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:38.000+0000
Updating for the 1.6.0 release.