PHPSpec2\Matcher\CountMatcher::matches PHP Method

matches() protected method

protected matches ( $subject, array $arguments )
$arguments array
    protected function matches($subject, array $arguments)
    {
        return $arguments[0] === count($subject);
    }