PHPUnit_Framework_Constraint::count PHP Method

count() public method

Counts the number of constraint elements.
public count ( ) : integer
return integer
    public function count()
    {
        return 1;
    }