Zend Framework

Non-existing methods in docs: 41.2. Zend_Test_PHPUnit

Details

  • Type: Docs:  Problem Docs: Problem
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.6.0RC1, 1.6.0RC2
  • Fix Version/s: 1.6.0
  • Component/s: Zend_Test_PHPUnit
  • Labels:
    None
  • Language:
    English

Description

Docs on http://framework.zend.com/manual/en/zend.test.phpunit.html 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().

Activity

Hide
Thomas Weidner added a comment -

Assigned the right component

Show
Thomas Weidner added a comment - Assigned the right component
Hide
Matthew Weier O'Phinney added a comment -

Scheduling for 1.6 release branch

Show
Matthew Weier O'Phinney added a comment - Scheduling for 1.6 release branch
Hide
Matthew Weier O'Phinney added a comment -

Fixed in trunk and 1.6 release branch

Show
Matthew Weier O'Phinney added a comment - Fixed in trunk and 1.6 release branch
Hide
Wil Sinclair added a comment -

Updating for the 1.6.0 release.

Show
Wil Sinclair added a comment - Updating for the 1.6.0 release.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: