Scalr\Tests\Functional\Api\V2\SpecSchema\Constraint\ResponseBodyConstraint::matches PHP Méthode

matches() protected méthode

See also: PHPUnit_Framework_Constraint::matches()
protected matches ( $other )
    protected function matches($other)
    {
        $this->validator->check($other, $this->specObject);
        return $this->validator->isValid();
    }