public function testValidateConstraints() { $this->metadata ->addConstraint(new ConstraintA()); $this->visitor ->validate(new Entity(), 'Default', ''); $this ->assertCount(1, $this->visitor ->getViolations()); }