PHPSpec2\Matcher\IdentityMatcher::matches PHP Method

matches() protected method

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